Handle remarks from PR #1127
This commit is contained in:
parent
14c568dea2
commit
c84b1747e7
4 changed files with 12 additions and 9 deletions
|
|
@ -58,7 +58,8 @@ interface MatrixClient : Closeable {
|
|||
|
||||
/**
|
||||
* Logout the user.
|
||||
* Returns an optional URL. When the URL is there, it should be presented to the user after logout for RP initiated logout on their account page.
|
||||
* Returns an optional URL. When the URL is there, it should be presented to the user after logout for
|
||||
* Relying Party (RP) initiated logout on their account page.
|
||||
*/
|
||||
suspend fun logout(): String?
|
||||
suspend fun loadUserDisplayName(): Result<String>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue