AuthConfigCredentialType

enum AuthConfigCredentialType : Enum<AuthConfigCredentialType> , ConvertibleToJava<AuthConfigCredentialType>

Credential type of the encrypted credential.

Entries

Link copied to clipboard

Unspecified credential type

Link copied to clipboard

Regular username/password pair.

Link copied to clipboard

API key.

Link copied to clipboard

OAuth 2.0 Authorization Code Grant Type.

Link copied to clipboard

OAuth 2.0 Implicit Grant Type.

Link copied to clipboard

OAuth 2.0 Client Credentials Grant Type.

Link copied to clipboard

OAuth 2.0 Resource Owner Credentials Grant Type.

Link copied to clipboard

JWT Token.

Link copied to clipboard

Auth Token, e.g. bearer token.

Link copied to clipboard

Service Account which can be used to generate token for authentication.

Link copied to clipboard

Client Certificate only.

Link copied to clipboard

Google OIDC ID Token

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): AuthConfigCredentialType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: AuthConfigCredentialType
Link copied to clipboard
Link copied to clipboard