Back to Node Auth0

Variable PublicKeyCredentialAlgorithmEnumConst

docs/variables/management.Management.PublicKeyCredentialAlgorithmEnum.html

5.9.1652 B
Original Source

Variable PublicKeyCredentialAlgorithmEnumConst

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

Algorithm which will be used with the credential. Can be one of RS256, RS384, PS256. If not specified, RS256 will be used. Applies to public_key credential type.

Type Declaration

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark