OAuth |
The OAuthRequestContextBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessToken | An access token that is created as part of the reuqest. | |
| ApplicationIdentity | The authenticated application identity. | |
| ApplicationPrincipal | The authenticated application principal. | |
| AuthenticationContext | Gets or sets the authentication context at the time the handler is processing a request. | |
| ClientId | The client id of the application in this request. | |
| ClientSecret | The client secret of the application in this request. | |
| Configuration | The config section that is applicable during processing of the request. | |
| DeviceIdentity | The authenticated device identity. | |
| DevicePrincipal | The authenticated device principal. | |
| ErrorMessage | When a request fails, this should contain a textual description that will be returned in the response. | |
| ErrorType | When a request fails, this should contain the type of error that was encountered. | |
| ExpiresIn | If there is an access token, when the access token expires. | |
| FormFields | A name-value collection of form fields in the request. This collection may be null if no fields were provided. | |
| IdToken | An id token that is created as part of the request. | |
| IncomingRequest | Quick access to the IncomingRequest property. | |
| Nonce | A nonce value that was part of a flow. | |
| OperationContext | The underlying RestOperationContext which this context represents. | |
| OutgoingResponse | Quick access to the OutgoingResponse property. | |
| Password | Password form field. Applicable during an authorize login or from a token post with a grant type of password. | |
| SecurityTokenDescriptor | A token descriptor that is generated as part of this request. | |
| Session | The session that is established as part of this request. Typically, an ITokenRequestHandler will set this during processing. | |
| TfaSecret | A secret code used as a second factor in an authentication flow. | |
| TokenType | The type of access token in the request. | |
| UserIdentity | The authenticated user identity. | |
| Username | Username form field. Applicable during an authorize login or from a token post with a grant type of password. | |
| UserPrincipal | The authenticated user principal. |