Object
ApiBasicAuthentication
The Basic authentication scheme.
Fields
type():
ApiAuthenticationType!
The Basic authentication scheme type (BASIC).
label():
String!
The unique authentication scheme label.
username():
String
The Basic authentication scheme username.
password():
String
The Basic authentication scheme password.
was_detected():
Boolean
A flag to show that this authentication scheme was detected from parsing an API definition file.