Variable ClientTokenEndpointAuthMethodEnumConst

ClientTokenEndpointAuthMethodEnum: {
    client_secret_basic: "client_secret_basic";
    client_secret_post: "client_secret_post";
    none: "none";
} = ...

Type declaration

  • Readonly client_secret_basic: "client_secret_basic"
  • Readonly client_secret_post: "client_secret_post"
  • Readonly none: "none"