DeviceSecretVerifierConfigType

A Secure Remote Password (SRP) value that your application generates when you register a user's device. For more information, see Getting a device key.

Types

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

Properties

Link copied to clipboard

A password verifier for a user's device. Used in SRP authentication.

Link copied to clipboard
val salt: String?

The salt that you want to use in SRP authentication with the user's device.

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