Auth

data class Auth(val header: JwsHeader<*>, val claims: Claims, val rawJwt: String, val refreshToken: String, var lastEventId: String, val isAuthenticated: Boolean, val isPersisted: Boolean = true)

JWT authentication information.

Constructors

Link copied to clipboard
constructor(header: JwsHeader<*>, claims: Claims, rawJwt: String, refreshToken: String, lastEventId: String, isAuthenticated: Boolean, isPersisted: Boolean = true)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val claims: Claims
Link copied to clipboard
val header: JwsHeader<*>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String