OAuth2Properties

A structure containing properties for OAuth2 authentication.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client application type. For example, AWS_MANAGED or USER_MANAGED.

Link copied to clipboard

The OAuth2 grant type. For example, AUTHORIZATION_CODE, JWT_BEARER, or CLIENT_CREDENTIALS.

Link copied to clipboard

The URL of the provider's authentication server, to exchange an authorization code for an access token.

Link copied to clipboard

A map of parameters that are added to the token GET request.

Functions

Link copied to clipboard
inline fun copy(block: OAuth2Properties.Builder.() -> Unit = {}): OAuth2Properties
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String