Reference documentation and code samples for the Connectors V1 API module Google::Cloud::Connectors::V1::AuthType.
AuthType defines different authentication types.
Constants
AUTH_TYPE_UNSPECIFIED
value: 0
Authentication type not specified.
USER_PASSWORD
value: 1
Username and Password Authentication.
OAUTH2_JWT_BEARER
value: 2
JSON Web Token (JWT) Profile for Oauth 2.0
Authorization Grant based authentication
OAUTH2_CLIENT_CREDENTIALS
value: 3
Oauth 2.0 Client Credentials Grant Authentication
SSH_PUBLIC_KEY
value: 4
SSH Public Key Authentication
OAUTH2_AUTH_CODE_FLOW
value: 5
Oauth 2.0 Authorization Code Flow