AuthenticationToken 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.
Represents an OAuth token and its metadata.
public class AuthenticationToken
type AuthenticationToken = class
Public Class AuthenticationToken
- Inheritance
-
AuthenticationToken
Constructors
AuthenticationToken(String, String, DateTimeOffset, Nullable<DateTimeOffset>) |
Initializes a new instance of the AuthenticationToken class. |
Properties
ExpiresOn |
Gets the time when the provided token expires. |
RefreshOn |
Gets the time when the token should be refreshed. |
TokenType |
Gets the type of the token. |
TokenValue |
Get the token value. |