Enum JwtSigningAlgorithms (2.15.1)

Supported signing algorithms used in JWT auth flows.

We currently only support RSA with SHA-256, but use this enum for readability and easy addition of support for other algorithms.

Constants

Name Description
RS256