authType property

String? authType
getter/setter pair

The type of authentication configured. Possible string values are:

  • "AUTH_TYPE_UNSPECIFIED" : Authentication type not specified.
  • "USER_PASSWORD" : Username and Password Authentication.
  • "OAUTH2_JWT_BEARER" : JSON Web Token (JWT) Profile for Oauth 2.0 Authorization Grant based authentication
  • "OAUTH2_CLIENT_CREDENTIALS" : Oauth 2.0 Client Credentials Grant Authentication
  • "SSH_PUBLIC_KEY" : SSH Public Key Authentication
  • "OAUTH2_AUTH_CODE_FLOW" : Oauth 2.0 Authorization Code Flow
  • "GOOGLE_AUTHENTICATION" : Google authentication

Implementation

core.String? authType;