OAuthPasswordResult

data class OAuthPasswordResult(val userId: String, var expiresAt: Instant, val accessToken: String, val refreshToken: String) : OAuthResult

Constructors

Link copied to clipboard
constructor(userId: String, expiresAt: Instant, accessToken: String, refreshToken: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override var expiresAt: Instant
Link copied to clipboard
Link copied to clipboard
open override val userId: String

Functions

Link copied to clipboard
open override fun withExpiry(expiresAt: Instant): OAuthPasswordResult