OAuth2Defaults

Contains the default values required for OAuth 2.0 authentication.

Types

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

Properties

Link copied to clipboard

Auth code URLs that can be used for OAuth 2.0 authentication.

Link copied to clipboard

List of custom parameters required for OAuth 2.0 authentication.

Link copied to clipboard

OAuth 2.0 grant types supported by the connector.

Link copied to clipboard

OAuth 2.0 scopes that the connector supports.

Link copied to clipboard

Token URLs that can be used for OAuth 2.0 authentication.

Functions

Link copied to clipboard
inline fun copy(block: OAuth2Defaults.Builder.() -> Unit = {}): OAuth2Defaults
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