AuthParameter

Information about required authentication parameters.

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 authentication parameter.

Link copied to clipboard

Indicates whether this authentication parameter is required.

Link copied to clipboard

Indicates whether this authentication parameter is a sensitive field.

Link copied to clipboard
val key: String?

The authentication key required to authenticate with the connector.

Link copied to clipboard

Label used for authentication parameter.

Functions

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