NewDeviceMetadataType

Information that your user pool responds with in AuthenticationResultwhen you configure it to remember devices and a user signs in with an unrecognized device. Amazon Cognito presents a new device key that you can use to set up device authentication in a "Remember me on this device" authentication model.

Types

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

Properties

Link copied to clipboard

The device group key, an identifier used in generating the DEVICE_PASSWORD_VERIFIER for device SRP authentication.

Link copied to clipboard

The device key, an identifier used in generating the DEVICE_PASSWORD_VERIFIER for device SRP authentication.

Functions

Link copied to clipboard
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