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)

public interface class IIssuerSecurityTokenProvider

NameDescription
System_CAPS_pubpropertyIssuer

Gets the issuer the credentials are for.

System_CAPS_pubpropertySecurityTokens

Gets all known security tokens.

Return to top
Show: