Client |
The ClientOAuthServiceBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientOAuthServiceBehavior | Initializes a new instance of the ClientOAuthServiceBehavior class |
| Name | Description | |
|---|---|---|
| AclPrecheck | ACL Pre-check | |
| AddTokenDescriptorToContext |
Create a descriptor that can be serialized into a JWT or other token format.
(Inherited from OAuthServiceBehavior) | |
| AddTokensToContext |
Creates the proper tokens in the context based on the server configuration.
(Inherited from OAuthServiceBehavior) | |
| Authorize |
HTTP GET Authorization Endpoint.
(Inherited from OAuthServiceBehavior) | |
| Authorize_Post |
HTTP POST Authorization endpoint.
(Inherited from OAuthServiceBehavior) | |
| BeforeSendTokenResponse |
Optional override method that is executed just before a token response is sent. Allows a derived class to override the response.
(Overrides OAuthServiceBehaviorBeforeSendTokenResponse(OAuthTokenRequestContext, OAuthTokenResponse)) | |
| Content |
Render the specified login asset.
(Inherited from OAuthServiceBehavior) | |
| CreateSessionResponse | (Inherited from OAuthServiceBehavior) | |
| CreateTokenResponse |
Create a token response.
(Inherited from OAuthServiceBehavior) | |
| Discovery |
Gets the discovery object
(Inherited from OAuthServiceBehavior) | |
| 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.
(Inherited from OAuthServiceBehavior) | |
| EstablishUserSession |
Create a token response
(Inherited from OAuthServiceBehavior) | |
| 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.
(Inherited from OAuthServiceBehavior) | |
| GetSessionFromIdToken |
Alternate resolution method for TokenAuthorizationAccessBehavior when the token type is not bearer.
(Inherited from OAuthServiceBehavior) | |
| GetTokenValidationParameters |
Gets a TokenValidationParameters object to validate tokens issued by this service.
(Inherited from OAuthServiceBehavior) | |
| 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.
(Inherited from OAuthServiceBehavior) | |
| JsonWebKeySet |
Gets the keys associated with this service.
(Inherited from OAuthServiceBehavior) | |
| 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.
(Overrides OAuthServiceBehaviorOnAfterSignOut(OAuthSignoutRequestContext)) | |
| OnBeforeSignOut |
Invoked before the signout operation is executed.
(Inherited from OAuthServiceBehavior) | |
| Ping |
Perform a ping
(Inherited from OAuthServiceBehavior) | |
| Session |
Get the specified session information
(Inherited from OAuthServiceBehavior) | |
| Signout |
The GET version of Signout(NameValueCollection) (Inherited from OAuthServiceBehavior) | |
| Signout(NameValueCollection) |
Process a signout request flow.
(Inherited from OAuthServiceBehavior) | |
| Token |
OAuth token request
(Inherited from OAuthServiceBehavior) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TryGetApplicationIdentity |
Try to resolve an application identity from a token request context.
(Inherited from OAuthServiceBehavior) | |
| TryGetDeviceIdentity |
Try to resolve a device identity from a token request context.
(Inherited from OAuthServiceBehavior) | |
| TryGetRemoteIp | (Inherited from OAuthServiceBehavior) | |
| UserInfo |
Get the specified session information
(Inherited from OAuthServiceBehavior) |
| Name | Description | |
|---|---|---|
| _AppletManager |
Applet manager for use in contexts where multiple solutions are not supported (like the dCDR)
(Inherited from OAuthServiceBehavior) | |
| _AppletSolutionManager |
Applet solution manager.
(Inherited from OAuthServiceBehavior) | |
| _SymmetricProvider |
Symmetric encryption provider.
(Inherited from OAuthServiceBehavior) | |
| _TokenRequestHandlers |
A list of grant type names and corresponding ITokenRequestHandler to process the request.
(Inherited from OAuthServiceBehavior) | |
| m_AppIdentityProvider |
Application identity provider.
(Inherited from OAuthServiceBehavior) | |
| m_configuration |
Configuration for OAuth provider.
(Inherited from OAuthServiceBehavior) | |
| m_DeviceIdentityProvider |
Device identity provider.
(Inherited from OAuthServiceBehavior) | |
| m_JwtHandler |
JWT Handler to create JWTs with.
(Inherited from OAuthServiceBehavior) | |
| m_LocalizationService |
Localization service.
(Inherited from OAuthServiceBehavior) | |
| m_masterConfig |
Master secuirity configuration.
(Inherited from OAuthServiceBehavior) | |
| m_policyEnforcementService |
Policy Enforcement Service.
(Inherited from OAuthServiceBehavior) | |
| m_SessionIdentityProvider |
Session Identity Provider that can authenticate and return a principal for a given session.
(Inherited from OAuthServiceBehavior) | |
| m_SessionProvider |
Session Provider
(Inherited from OAuthServiceBehavior) | |
| m_SessionResolver |
Session resolver
(Inherited from OAuthServiceBehavior) | |
| m_traceSource |
Trace Source
(Inherited from OAuthServiceBehavior) |
| 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) |