Variable BaseOauthCredentialProviderOptionsSchemaConst
BaseOauthCredentialProviderOptionsSchema: TObject<
{
clientId: TString;
clientSecret: TOptional<TString>;
scope: TOptional<TString>;
tokenEndpointAuthMethod: TOptional<
TUnion<
[TLiteral<"client_secret_basic">, TLiteral<"client_secret_post">],
>,
>;
tokenLocation: TOptional<TString>;
tokenName: TOptional<TString>;
tokenPrefix: TOptional<TString>;
},
> = ...