ClientAssertionTypes Class
Abblix.Oidc.Server
Abblix.Oidc.Server.Common.Constants
ClientAssertionTypes Class
Provides constants for client assertion types used in OAuth 2.0.
public static class ClientAssertionTypes
Inheritance System.Object → ClientAssertionTypes
Fields
ClientAssertionTypes.JwtBearer Field
URN identifying a JWT bearer token as the client authentication assertion at the token endpoint,
per RFC 7523 (JSON Web Token Profile for OAuth 2.0 Client Authentication and Authorization Grants).
Submitted as the client_assertion_type parameter together with the signed JWT in
client_assertion.
public const string JwtBearer = "urn:ietf:params:oauth:client-assertion-type:jwt-bearer";