AuthEventType

The authentication event type.

Types

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

Properties

Link copied to clipboard

The challenge responses.

Link copied to clipboard

The date and time, in ISO 8601 format, when the item was created.

Link copied to clipboard

The user context data captured at the time of an event request. This value provides additional information about the client from which event the request is received.

Link copied to clipboard

A flag specifying the user feedback captured at the time of an event request is good or bad.

Link copied to clipboard

The event ID.

Link copied to clipboard

The event response.

Link copied to clipboard

The event risk.

Link copied to clipboard

The event type.

Functions

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