IIssuerSecurityTokenProvider Interface
Provides security token information to the implementing class.
Namespace: Microsoft.Owin.Security.Jwt
Assembly: Microsoft.Owin.Security.Jwt (in Microsoft.Owin.Security.Jwt.dll)
Syntax
public interface IIssuerSecurityTokenProvider
public interface class IIssuerSecurityTokenProvider
type IIssuerSecurityTokenProvider = interface end
Public Interface IIssuerSecurityTokenProvider
Properties
Name | Description | |
---|---|---|
Issuer | Gets the issuer the credentials are for. |
|
SecurityTokens | Gets all known security tokens. |
See Also
Microsoft.Owin.Security.Jwt Namespace
Return to top