GetTokenResponse

Types

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

Properties

Link copied to clipboard

The app ID.

Link copied to clipboard

The one-time challenge code for authenticating into the Amplify Admin UI.

Link copied to clipboard

A unique ID provided when creating a new challenge token.

Link copied to clipboard
val ttl: String?

The expiry time for the one-time generated token code.

Functions

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