OAuth |
The OAuthServiceBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
| AddTokenDescriptorToContext | Create a descriptor that can be serialized into a JWT or other token format. | |
| AddTokensToContext | Creates the proper tokens in the context based on the server configuration. | |
| Authorize | HTTP GET Authorization Endpoint. | |
| Authorize_Post | HTTP POST Authorization endpoint. | |
| BeforeSendTokenResponse | Optional override method that is executed just before a token response is sent. Allows a derived class to override the response. | |
| Content | Render the specified login asset. | |
| CreateSessionResponse | ||
| CreateTokenResponse | Create a token response. | |
| Discovery | Gets the discovery object | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| EstablishClientSession | Establishes a session for a daemon application and optional device identity. No user is associated with the session. | |
| EstablishUserSession | Create a token response | |
| 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) | |
| GetNameClaimType | Retrieves the claim type that is used for name validation in the TokenValidationParameters. | |
| GetSessionFromIdToken | Alternate resolution method for TokenAuthorizationAccessBehavior when the token type is not bearer. | |
| GetTokenValidationParameters | Gets a TokenValidationParameters object to validate tokens issued by this service. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsGrantTypePermitted | Checks if the grant type that was provided is allowed by this service. The default implementation checks for a TokenRequestHandler for the grant type. | |
| JsonWebKeySet | Gets the keys associated with this service. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnAfterSignOut | Invoked after the signout operation is executed. AbandonedSessions contains the sessions that were abandoned. | |
| OnBeforeSignOut | Invoked before the signout operation is executed. | |
| Ping | Perform a ping | |
| Session | Get the specified session information | |
| Signout | The GET version of Signout(NameValueCollection) | |
| Signout(NameValueCollection) | Process a signout request flow. | |
| Token | OAuth token request | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TryGetApplicationIdentity | Try to resolve an application identity from a token request context. | |
| TryGetDeviceIdentity | Try to resolve a device identity from a token request context. | |
| TryGetRemoteIp | ||
| UserInfo | Get the specified session information |
| 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) |