Share via


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

'Declaration
Public Interface IIssuerSecurityTokenProvider
'Usage
Dim instance As IIssuerSecurityTokenProvider
public interface IIssuerSecurityTokenProvider
public interface class IIssuerSecurityTokenProvider
type IIssuerSecurityTokenProvider =  interface end
public interface IIssuerSecurityTokenProvider

The IIssuerSecurityTokenProvider type exposes the following members.

Properties

  Name Description
Public property Issuer Gets the issuer the credentials are for.
Public property SecurityTokens Gets all known security tokens.

Top

See Also

Reference

Microsoft.Owin.Security.Jwt Namespace