Back to Node Auth0

Variable ResourceServerTokenEncryptionAlgorithmEnumConst

docs/variables/management.Management.ResourceServerTokenEncryptionAlgorithmEnum.html

5.9.1627 B
Original Source

Variable ResourceServerTokenEncryptionAlgorithmEnumConst

ResourceServerTokenEncryptionAlgorithmEnum: {
RsaOaep256: "RSA-OAEP-256";
RsaOaep384: "RSA-OAEP-384";
RsaOaep512: "RSA-OAEP-512";
} = ...

Algorithm used to encrypt the token.

Type Declaration

ReadonlyRsaOaep256: "RSA-OAEP-256"
ReadonlyRsaOaep384: "RSA-OAEP-384"
ReadonlyRsaOaep512: "RSA-OAEP-512"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark