OAuthAuthenticationProvider Class

Provides information about claims available to the OAuth authentication provider.

Definition

Namespace: Gemstone.Security.AuthenticationProviders
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.167 -- Release Build+327f7394dcedeaebafc0dd7a935c53bbb45ff86a
public class OAuthAuthenticationProvider : IAuthenticationProvider
Inheritance
Object    OAuthAuthenticationProvider
Implements
IAuthenticationProvider

Constructors

OAuthAuthenticationProvider Creates a new instance of the OAuthAuthenticationProvider class.
OAuthAuthenticationProvider(OAuthAuthenticationProviderOptions) Provides information about claims available to the OAuth authentication provider.

Methods

DefineSettings Defines the settings used to configure the OAuthAuthenticationProvider in the Configuration File.
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)
FindClaims Find claims that can be returned by the authentication provider.
GetClaimTypes Get the types of claims supported by the authentication provider.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetIdentity Gets the identity of the user represented by the principal.
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)

Extension Methods

LoadIcon Loads an icon from embedded resources associated with the authentication provider.
(Defined by AuthenticationProviderExtensions)

See Also