DefaultBaseAuth

data class DefaultBaseAuth(val session: String? = null) : UIABaseAuth

Constructors

Link copied to clipboard
fun DefaultBaseAuth(session: String? = null)

Functions

Link copied to clipboard
open override fun asMap(): Map<String, *>
Link copied to clipboard
open override fun copyWithSession(session: String): DefaultBaseAuth
Link copied to clipboard
open override fun hasAuthInfo(): Boolean

Properties

Link copied to clipboard
open override val session: String? = null

This is a session identifier that the client must pass back to the homeserver, if one is provided, in subsequent attempts to authenticate in the same API call.