Algorithm used to sign JWTs. Can be HS256
or RS256
. PS256
available via addon.
Number of seconds the JWT will be valid for (affects exp
claim).
Configuration related to id token claims for the client.
Whether the client secret is base64 encoded (true) or unencoded (false).
Configuration related to JWTs for the client.