Table of Contents

Class OpenIddictConstants.ClientAssertionTypes

Namespace
OpenIddict.Abstractions
Assembly
OpenIddict.Abstractions.dll
public static class OpenIddictConstants.ClientAssertionTypes
Inheritance
OpenIddictConstants.ClientAssertionTypes
Inherited Members

Fields

JwtBearer

public const string JwtBearer = "urn:ietf:params:oauth:client-assertion-type:jwt-bearer"

Field Value

string

Saml2Bearer

public const string Saml2Bearer = "urn:ietf:params:oauth:client-assertion-type:saml2-bearer"

Field Value

string