OAuth2Authentication

OAuth2 authentication information for third-party providers.

Types

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

Properties

Link copied to clipboard

The email address from the OAuth2 provider.

Link copied to clipboard
val name: String?

The user's name from the OAuth2 provider.

Link copied to clipboard
val sub: String

The subject (sub) claim from the OAuth2 provider. Uniquely identifies the user at the provider.

Link copied to clipboard

The username from the OAuth2 provider.

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