API hub V1 API - Module Google::Cloud::ApiHub::V1::AuthType (v0.6.0)

Reference documentation and code samples for the API hub V1 API module Google::Cloud::ApiHub::V1::AuthType.

AuthType represents the authentication type.

Constants

AUTH_TYPE_UNSPECIFIED

value: 0
Authentication type not specified.

NO_AUTH

value: 1
No authentication.

GOOGLE_SERVICE_ACCOUNT

value: 2
Google service account authentication.

USER_PASSWORD

value: 3
Username and password authentication.

API_KEY

value: 4
API Key authentication.

OAUTH2_CLIENT_CREDENTIALS

value: 5
Oauth 2.0 client credentials grant authentication.