Handle remarks from PR #1127

This commit is contained in:
Benoit Marty 2023-08-23 17:23:12 +02:00
parent 14c568dea2
commit c84b1747e7
4 changed files with 12 additions and 9 deletions

View file

@ -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>