Back to Node Auth0

Variable ClientCredentialAlgorithmEnumConst

docs/variables/management.Management.ClientCredentialAlgorithmEnum.html

5.9.1569 B
Original Source

Variable ClientCredentialAlgorithmEnumConst

ClientCredentialAlgorithmEnum: {
Rs256: "RS256";
Rs384: "RS384";
Ps256: "PS256";
} = ...

Algorithm which will be used with the credential. Supported algorithms: RS256,RS384,PS256

Type Declaration

ReadonlyRs256: "RS256"
ReadonlyRs384: "RS384"
ReadonlyPs256: "PS256"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark