AuthConfigAuthType

enum AuthConfigAuthType : Enum<AuthConfigAuthType> , ConvertibleToJava<AuthConfigAuthType>

The type of authentication configured.

Entries

Link copied to clipboard

Authentication type not specified.

Link copied to clipboard

Username and Password Authentication.

Link copied to clipboard

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

Link copied to clipboard

Oauth 2.0 Client Credentials Grant Authentication

Link copied to clipboard

SSH Public Key Authentication

Link copied to clipboard

Oauth 2.0 Authorization Code Flow

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: AuthConfigAuthType
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): AuthConfigAuthType
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.