OAuthAuthenticationProviderOptions Class

Options for the OAuthAuthenticationProvider class.

Definition

Namespace: Gemstone.Security.AuthenticationProviders
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.169 -- Release Build+43e28b5fd7125e5e0921cb1e975c038b7a974af2
public class OAuthAuthenticationProviderOptions
Inheritance
Object    OAuthAuthenticationProviderOptions

Constructors

OAuthAuthenticationProviderOptionsInitializes a new instance of the OAuthAuthenticationProviderOptions class

Properties

Authority The Authority to use when making OpenIdConnect calls.
ClientId Identifier for the client application.
ClientSecret Secret used to authenticate the client application.
Scopes The space-separated list of permissions to request.
UserIdClaim The claimType used to identify the user uniquely.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also