Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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