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 authentication token for a resource.
public sealed class AuthenticationToken
type AuthenticationToken = class
Public NotInheritable Class AuthenticationToken
- Inheritance
-
AuthenticationToken
Constructors
AuthenticationToken(String, DateTimeOffset) |
Initializes a new instance of the AuthenticationToken class. |
Properties
ExpiryBuffer |
Gets or sets the amount of time to deduct from the actual expiry time. This is used to ensure that the token does not expire while processing is still in progress. |
ExpiryTime |
Gets the token expiry time. |
Token |
Gets the token. |
Methods
IsExpired() |
Indicates whether the token has expired or not. |