AuthenticationResult Members

A class that represents the result of authentication with the target identity provider.

The following tables list the members exposed by the AuthenticationResult type.

Public Constructors

  Name Description
  AuthenticationResult Creates a result returned from AcquireToken.

Top

Public Properties

  Name Description
public property AccessToken The requested access token.
public property AccessTokenType Type of the access token returned.
public property ExpiresOn The time at which the returned access token ceases to be valid.
public property IsMultipleResourceRefreshToken A flag indicating whether the refresh token can be used for requesting access token for other resources.
public property RefreshToken The refresh token associated with the requested access token.
public property TenantId Identifier of the tenant that the token was acquired from.
public property UserInfo User information including User Id and user Pairwise Id.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method CreateAuthorizationHeader Creates authorization header from authentication result.
public methodstatic Deserialize Serializes the object to a JSON string.
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method Serialize Serializes the object to a JSON string.
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

AuthenticationResult Class
Microsoft.IdentityModel.Clients.ActiveDirectory Namespace