AuthenticationState

class AuthenticationState(var nonce: ByteString? = buildByteString { Random.nextBytes(16) }, var clientId: String = "", var deviceAttestation: DeviceAttestation? = null, var authenticated: Boolean = false) : Authentication

Constructors

Link copied to clipboard
constructor(nonce: ByteString? = buildByteString { Random.nextBytes(16) }, clientId: String = "", deviceAttestation: DeviceAttestation? = null, authenticated: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var nonce: ByteString?

Functions

Link copied to clipboard
Link copied to clipboard
open suspend override fun requestChallenge(clientId: String): ClientChallenge