Session

class Session

Contains information about the authenticated session.

Types

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

Properties

Link copied to clipboard

The timestamp for when the session was created.

Link copied to clipboard

Identifier of the session issuer.

Link copied to clipboard

Indicates whether or not multi-factor authencation (MFA) was used during authentication.

Link copied to clipboard
val uid: String?

The unique identifier of the session.

Functions

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