OAuth2CustomParameter

Custom parameter required for OAuth 2.0 authentication.

Types

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

Properties

Link copied to clipboard

Contains default values for this authentication parameter that are supplied by the connector.

Link copied to clipboard

A description about the custom parameter used for OAuth 2.0 authentication.

Link copied to clipboard

Indicates whether the custom parameter for OAuth 2.0 authentication is required.

Link copied to clipboard

Indicates whether this authentication custom parameter is a sensitive field.

Link copied to clipboard
val key: String?

The key of the custom parameter required for OAuth 2.0 authentication.

Link copied to clipboard

The label of the custom parameter used for OAuth 2.0 authentication.

Link copied to clipboard

Indicates whether custom parameter is used with TokenUrl or AuthUrl.

Functions

Link copied to clipboard
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