Modifier and Type | Interface and Description |
---|---|
public interface | AccessToken
The Access Token is used by an application to access protected resources. |
public interface | |
public interface | IdentityToken
An Identity token is a security token that is issued in an authentication flow process. |
public interface | JwtClaims
Standard JWT claims. |
public interface | OpenIdClaims
User Claims received from the userinfo endpoint. |
public interface | OpenIdContext
An injectable interface that provides access to access token, identity token, claims and OpenId Connect provider related information. |
public interface | RefreshToken
A refresh token provides continuous access to an authentication server while the user is not logged into an application by issuing a new access token. |
Modifier and Type | Class and Description |
---|---|
public class |