Click or drag to resize

AuthorizationResult Properties

The AuthorizationResult type exposes the following members.

Properties
  NameDescription
Public propertyCode
Gets the authorization Code which is required to obtain an access token.
Public propertyExpiresInSeconds
Gets the total number of seconds that the authorization token is valid. This is always 4 minutes.
Public propertyState
Gets the State string which is returned to the redirect URL for a registered application
Top
See Also