AuthToken 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.
Defines the base class for authentication tokens.The AuthToken class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class AuthToken abstract
public abstract class AuthToken
Public MustInherit Class AuthToken
- Inheritance
-
AuthToken
- Derived
Remarks
This class can be used in a web service to authenticate a mail app by using Exchange identity tokens
Constructors
AuthToken() |
Initializes a new instance of the AuthToken class. The AuthToken() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Methods
Parse(String) |
Parses a string-formatted identification token into the individual claims present in the token. The Parse(String) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |