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
System_CAPS_pubproperty Issuer

Gets the issuer the credentials are for.

System_CAPS_pubproperty SecurityTokens

Gets all known security tokens.

See Also

Microsoft.Owin.Security.Jwt Namespace

Return to top