CreateApiSession

CreateApiSession represents all the process for the creation of a new api session.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
suspend operator fun invoke(uid: String, email: String? = null, phoneNumber: String? = null, tfaCode: String? = null): ResultS1SDK<SessionData, ErrorS1SDK>

This function should be called when the user wants to login with email and password or phone number and code after an authentication process.