Object

ApiBearerTokenAuthentication

The Bearer Token authentication scheme.

Fields

dynamic_token_config(): ApiDynamicAuthenticationTokenConfig
The Bearer Token authentication scheme dynamic token config.
has_missing_credentials(): Boolean!
A flag to indicate if this authentication scheme has missing credentials.
label(): String!
The unique authentication scheme label.
missing_credential_fields(): [String!]!
List of credential field names that are missing (e.g., "token").
token(): String
The Bearer Token authentication scheme token.
The Bearer Token authentication scheme type (BEARER).
was_detected(): Boolean
A flag to show that this authentication scheme was detected from parsing an API definition file.