Variable ConnectionTokenEndpointAuthMethodEnumConst
ConnectionTokenEndpointAuthMethodEnum: {
ClientSecretPost: "client_secret_post";
PrivateKeyJwt: "private_key_jwt";
} = ...
Type Declaration
ReadonlyClientSecretPost: "client_secret_post"
ReadonlyPrivateKeyJwt: "private_key_jwt"
Requested Client Authentication method for the Token Endpoint.