Object
ApiOAuth2ClientCredentialsAuthenticationWithoutCredentials
An OAuth2 Client Credentials authentication scheme parsed from an API definition file.
Fields
label():
String!
The unique authentication scheme label.
missing_credential_fields():
[String!]!
List of credential field names that are missing (e.g., "client_id", "client_secret", "token_url").
parameters():
[OAuth2Parameter!]
OAuth2 parameters (e.g., scope).
refresh_url():
String
The OAuth2 refresh URL.
token_url():
String
The OAuth2 token endpoint URL.
type():
ApiAuthenticationType!
The OAuth2 Client Credentials authentication scheme type (OAUTH2_CLIENT_CREDENTIALS).