API hub v1 API - Enum AuthType (1.1.0)

public enum AuthType

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

AuthType represents the authentication type.

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Fields

Name Description
ApiKey

API Key authentication.

GoogleServiceAccount

Google service account authentication.

NoAuth

No authentication.

Oauth2ClientCredentials

Oauth 2.0 client credentials grant authentication.

Unspecified

Authentication type not specified.

UserPassword

Username and password authentication.