OAuth2Credentials

The credentials used when the authentication type is OAuth2 authentication.

Types

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

Properties

Link copied to clipboard

The access token used when the authentication type is OAuth2.

Link copied to clipboard

The JSON Web Token (JWT) used when the authentication type is OAuth2.

Link copied to clipboard

The refresh token used when the authentication type is OAuth2.

Link copied to clipboard

The client application client secret if the client application is user managed.

Functions

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