Object
ApiAuthenticationInput
An API authentication scheme.
Fields
basic_authentication():
ApiBasicAuthenticationInput
The Basic authentication scheme.
api_key_authentication():
ApiKeyAuthenticationInput
The API Key authentication scheme.
bearer_token_authentication():
ApiBearerTokenAuthenticationInput
The Bearer Token authentication scheme.
oauth2_client_credentials_authentication():
ApiOAuth2ClientCredentialsAuthenticationInput
The OAuth2 Client Credentials authentication scheme.