getUser

abstract suspend fun getUser(): UserResponse

Fetches a user from the current session

Return

UserResponse


abstract fun getUser(callback: (UserResponse) -> Unit)

Fetches a user from the current session

Parameters

callback

A callback that receives a UserResponse