SessionContext

Provides information about a session that was created for an entity that performed an action by using temporary security credentials.

Types

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

Properties

Link copied to clipboard

The date and time when the credentials were issued, and whether the credentials were authenticated with a multi-factor authentication (MFA) device.

Link copied to clipboard

The source and type of credentials that were issued to the entity.

Functions

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