Create Session Request
data class CreateSessionRequest(val identifier: String, val password: String, val authFactorToken: String? = null, val allowTakendown: Boolean? = null)
Parameters
identifier
Handle or other identifier supported by the server for the authenticating user.
allow Takendown
When true, instead of throwing error for takendown accounts, a valid response with a narrow scoped token will be returned