Authenticated

data class Authenticated(val session: UserSession) : OtpVerifyResult(source)

The OTP was successfully verified and the session was imported.

Parameters

session

The session received. Handled automatically.

Constructors

Link copied to clipboard
constructor(session: UserSession)

Properties

Link copied to clipboard