Integration Connectors v1 API - Enum AuthType (1.0.0)

public enum AuthType

Reference documentation and code samples for the Integration Connectors v1 API enum AuthType.

AuthType defines different authentication types.

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Fields

NameDescription
Oauth2AuthCodeFlow

Oauth 2.0 Authorization Code Flow

Oauth2ClientCredentials

Oauth 2.0 Client Credentials Grant Authentication

Oauth2JwtBearer

JSON Web Token (JWT) Profile for Oauth 2.0 Authorization Grant based authentication

SshPublicKey

SSH Public Key Authentication

Unspecified

Authentication type not specified.

UserPassword

Username and Password Authentication.