Enum JwtSigningAlgorithms (2.21.0)

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

NameDescription
RS256