Click or drag to resize

ClientOAuthServiceBehavior Fields

The ClientOAuthServiceBehavior type exposes the following members.

Fields
 NameDescription
Protected field_AppletManager Applet manager for use in contexts where multiple solutions are not supported (like the dCDR)
(Inherited from OAuthServiceBehavior)
Protected field_AppletSolutionManager Applet solution manager.
(Inherited from OAuthServiceBehavior)
Protected field_SymmetricProvider Symmetric encryption provider.
(Inherited from OAuthServiceBehavior)
Protected field_TokenRequestHandlers A list of grant type names and corresponding ITokenRequestHandler to process the request.
(Inherited from OAuthServiceBehavior)
Protected fieldm_AppIdentityProvider Application identity provider.
(Inherited from OAuthServiceBehavior)
Protected fieldm_configuration Configuration for OAuth provider.
(Inherited from OAuthServiceBehavior)
Protected fieldm_DeviceIdentityProvider Device identity provider.
(Inherited from OAuthServiceBehavior)
Protected fieldm_JwtHandler JWT Handler to create JWTs with.
(Inherited from OAuthServiceBehavior)
Protected fieldm_LocalizationService Localization service.
(Inherited from OAuthServiceBehavior)
Protected fieldm_masterConfig Master secuirity configuration.
(Inherited from OAuthServiceBehavior)
Protected fieldm_policyEnforcementService Policy Enforcement Service.
(Inherited from OAuthServiceBehavior)
Protected fieldm_SessionIdentityProvider Session Identity Provider that can authenticate and return a principal for a given session.
(Inherited from OAuthServiceBehavior)
Protected fieldm_SessionProvider Session Provider
(Inherited from OAuthServiceBehavior)
Protected fieldm_SessionResolver Session resolver
(Inherited from OAuthServiceBehavior)
Protected fieldm_traceSource Trace Source
(Inherited from OAuthServiceBehavior)
Top
See Also