Object

ApiBasicAuthentication

The Basic authentication scheme.

Fields

has_missing_credentials(): Boolean!
A flag to indicate if this authentication scheme has missing credentials.
label(): String!
The unique authentication scheme label.
password(): String
The Basic authentication scheme password.
The Basic authentication scheme type (BASIC).
username(): String
The Basic authentication scheme username.
was_detected(): Boolean
A flag to show that this authentication scheme was detected from parsing an API definition file.