public class OAuthAuthenticationProvider : IAuthenticationProviderPublic Class OAuthAuthenticationProvider
Implements IAuthenticationProviderpublic ref class OAuthAuthenticationProvider : IAuthenticationProviderGemstone.Security.AuthenticationProviders.OAuthAuthenticationProvider = function();
Type.createClass(
'Gemstone.Security.AuthenticationProviders.OAuthAuthenticationProvider',
null,
Gemstone.Security.AuthenticationProviders.IAuthenticationProvider);| OAuthAuthenticationProvider | Creates a new instance of the OAuthAuthenticationProvider class. |
| OAuthAuthenticationProvider(OAuthAuthenticationProviderOptions) | Provides information about claims available to the OAuth authentication provider. |
| DefineSettings | Defines the settings used to configure the OAuthAuthenticationProvider in the Configuration File. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows 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. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetIdentity | Gets the identity of the user represented by the principal. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| LoadIcon |
Loads an icon from embedded resources associated with the authentication provider.
(Defined by AuthenticationProviderExtensions) |