Object
ApiBasicAuthenticationWithoutCredentials
A Basic 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., "username", "password").
type():
ApiAuthenticationType!
The Basic authentication scheme type (BASIC).