Object
ApiBearerTokenAuthentication
The Bearer Token authentication scheme.
Fields
type():
ApiAuthenticationType!
The Bearer Token authentication scheme type (BEARER).
label():
String!
The unique authentication scheme label.
token():
String
The Bearer Token authentication scheme token.
was_detected():
Boolean
A flag to show that this authentication scheme was detected from parsing an API definition file.