Auth Config Credential Type
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
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
Service Account which can be used to generate token for authentication.
Link copied to clipboard
Client Certificate only.
Types
Functions
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.