CreateSessionRequest

data class CreateSessionRequest(val identifier: String, val password: String, val authFactorToken: String? = null)

Constructors

Link copied to clipboard
constructor(identifier: String, password: String, authFactorToken: String? = null)

Properties

Link copied to clipboard
val authFactorToken: String? = null
Link copied to clipboard

Handle or other identifier supported by the server for the authenticating user.

Link copied to clipboard