OAuth |
The OAuthSignoutRequestContext type exposes the following members.
| Name | Description | |
|---|---|---|
| OAuthSignoutRequestContext(RestOperationContext) | Constructor for when no form fields are available, for example in an HTTP GET message. | |
| OAuthSignoutRequestContext(RestOperationContext, NameValueCollection) | Constructor when form values a provided, for example in an HTTP POST message. |
| Name | Description | |
|---|---|---|
| AbandonedSessions | A list of sessions that were abandoned. This allows derived implementations to do their own cleanup. | |
| AccessToken |
An access token that is created as part of the reuqest.
(Inherited from OAuthRequestContextBase) | |
| ApplicationIdentity |
The authenticated application identity.
(Inherited from OAuthRequestContextBase) | |
| ApplicationPrincipal |
The authenticated application principal.
(Inherited from OAuthRequestContextBase) | |
| AuthCookie | The authorization cookie that exists as part of the user/app's authenticated context. | |
| AuthenticationContext |
Gets or sets the authentication context at the time the handler is processing a request.
(Inherited from OAuthRequestContextBase) | |
| ClientId |
The client id of the application in this request.
(Inherited from OAuthRequestContextBase) | |
| ClientSecret |
The client secret of the application in this request.
(Inherited from OAuthRequestContextBase) | |
| Configuration |
The config section that is applicable during processing of the request.
(Inherited from OAuthRequestContextBase) | |
| DeviceIdentity |
The authenticated device identity.
(Inherited from OAuthRequestContextBase) | |
| DevicePrincipal |
The authenticated device principal.
(Inherited from OAuthRequestContextBase) | |
| ErrorMessage |
When a request fails, this should contain a textual description that will be returned in the response.
(Inherited from OAuthRequestContextBase) | |
| ErrorType |
When a request fails, this should contain the type of error that was encountered.
(Inherited from OAuthRequestContextBase) | |
| ExpiresIn |
If there is an access token, when the access token expires.
(Inherited from OAuthRequestContextBase) | |
| FormFields |
A name-value collection of form fields in the request. This collection may be null if no fields were provided.
(Inherited from OAuthRequestContextBase) | |
| IdToken |
An id token that is created as part of the request.
(Inherited from OAuthRequestContextBase) | |
| IdTokenHint | The ID token of the session that the user would like to sign out of. | |
| IncomingRequest |
Quick access to the IncomingRequest property.
(Inherited from OAuthRequestContextBase) | |
| LogoutHint | The user that the request is attempting to sign out. Valid if multiple users are established with the provider. | |
| Nonce |
A nonce value that was part of a flow.
(Inherited from OAuthRequestContextBase) | |
| OperationContext |
The underlying RestOperationContext which this context represents.
(Inherited from OAuthRequestContextBase) | |
| OutgoingResponse |
Quick access to the OutgoingResponse property.
(Inherited from OAuthRequestContextBase) | |
| Password |
Password form field. Applicable during an authorize login or from a token post with a grant type of password.
(Inherited from OAuthRequestContextBase) | |
| PostLogoutRedirectUri | Where to redirect the user agent after a signout is complete. | |
| SecurityTokenDescriptor |
A token descriptor that is generated as part of this request.
(Inherited from OAuthRequestContextBase) | |
| Session |
The session that is established as part of this request. Typically, an ITokenRequestHandler will set this during processing.
(Inherited from OAuthRequestContextBase) | |
| TfaSecret |
A secret code used as a second factor in an authentication flow.
(Inherited from OAuthRequestContextBase) | |
| TokenType |
The type of access token in the request.
(Inherited from OAuthRequestContextBase) | |
| TokenValidationParameters | Token validation parameters when an ID token is specified. | |
| UserIdentity |
The authenticated user identity.
(Inherited from OAuthRequestContextBase) | |
| Username |
Username form field. Applicable during an authorize login or from a token post with a grant type of password.
(Inherited from OAuthRequestContextBase) | |
| UserPrincipal |
The authenticated user principal.
(Inherited from OAuthRequestContextBase) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |