AuthToken Class

Definition

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.

Applies to