Variable ClientCreateClientAuthenticationMethodsPrivateKeyJwtCredentialsInnerAlgEnumConst
ClientCreateClientAuthenticationMethodsPrivateKeyJwtCredentialsInnerAlgEnum: {
PS256: "PS256";
RS256: "RS256";
RS384: "RS384";
} = ...
Type declaration
-
Readonly
PS256: "PS256"
-
Readonly
RS256: "RS256"
-
Readonly
RS384: "RS384"