Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class AuthenticationState(var nonce: ByteString? = buildByteString { Random.nextBytes(16) }, var clientId: String = "", var deviceAttestation: DeviceAttestation? = null, var authenticated: Boolean = false) : Authentication
Link copied to clipboard
Link copied to clipboard