OAuth2Properties

The OAuth 2.0 properties required for OAuth 2.0 authentication.

Types

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

Properties

Link copied to clipboard

The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.

Link copied to clipboard

The token URL required for OAuth 2.0 authentication.

Link copied to clipboard

Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your 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