Variable ClientTokenEndpointAuthMethodEnum
ClientTokenEndpointAuthMethodEnum: {
None: "none";
ClientSecretPost: "client_secret_post";
ClientSecretBasic: "client_secret_basic";
}
Type declaration
ReadonlyNone: "none"
ReadonlyClientSecretPost: "client_secret_post"
ReadonlyClientSecretBasic: "client_secret_basic"