InvalidTokenAudienceException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the exception thrown when the URL passed to the Validate method of the AppIdentityToken object does not match the audience parameter specified in the client identity token. The InvalidTokenAudienceException class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class InvalidTokenAudienceException : Microsoft::Exchange::WebServices::Auth::Validation::TokenValidationException
public class InvalidTokenAudienceException : Microsoft.Exchange.WebServices.Auth.Validation.TokenValidationException
Public Class InvalidTokenAudienceException
Inherits TokenValidationException
- Inheritance
Constructors
InvalidTokenAudienceException(String) |
Initializes a new instance of the InvalidTokenAudienceException class with the specified message that describes the error. The InvalidTokenAudienceException(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |