AccessTokenResult 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 the result of trying to provision an access token.
public ref class AccessTokenResult
public class AccessTokenResult
type AccessTokenResult = class
Public Class AccessTokenResult
- Inheritance
-
AccessTokenResult
Constructors
| AccessTokenResult(AccessTokenResultStatus, AccessToken, String) |
Initializes a new instance of AccessTokenResult. |
Properties
| RedirectUrl |
Gets or sets the URL to redirect to if Status is RequiresRedirect. |
| Status |
Gets or sets the status of the current operation. See AccessTokenResultStatus for a list of statuses. |
Methods
| TryGetToken(AccessToken) |
Determines whether the token request was successful and makes the AccessToken available for use when it is. |