Back to Node Auth0

Interface CimdMappedPrivateKeyJwtCredential

docs/interfaces/management.Management.CimdMappedPrivateKeyJwtCredential.html

5.9.1918 B
Original Source

Interface CimdMappedPrivateKeyJwtCredential

interface CimdMappedPrivateKeyJwtCredential {
credential_type: string;
kid: string;
alg: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

credential_typekidalg

Properties

credential_type

credential_type: string

Type of credential (e.g., public_key)

kid

kid: string

Key identifier from JWKS or calculated thumbprint

alg

alg: string

Algorithm (e.g., RS256, RS384, PS256)

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties credential_typekidalg