Merge pull request #1128 from vector-im/feature/bma/cleanupOidc
Cleanup OIDC
This commit is contained in:
commit
5d889afd21
5 changed files with 40 additions and 10 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