authType property

String? authType
getter/setter pair

The authentication type.

Required. Possible string values are:

  • "AUTH_TYPE_UNSPECIFIED" : Authentication type not specified.
  • "NO_AUTH" : No authentication.
  • "GOOGLE_SERVICE_ACCOUNT" : Google service account authentication.
  • "USER_PASSWORD" : Username and password authentication.
  • "API_KEY" : API Key authentication.
  • "OAUTH2_CLIENT_CREDENTIALS" : Oauth 2.0 client credentials grant authentication.

Implementation

core.String? authType;