mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Expose AuthenticationRestClient async login token generation method (MSC3882)
This commit is contained in:
committed by
Stefan Ceriu
parent
da3aecb0a8
commit
f28a8f7537
+2
@@ -34,6 +34,8 @@ protocol AuthenticationRestClient: AnyObject {
|
||||
func login(parameters: LoginParameters) async throws -> MXCredentials
|
||||
func login(parameters: [String: Any]) async throws -> MXCredentials
|
||||
|
||||
func generateLoginToken() async throws -> MXLoginToken
|
||||
|
||||
// MARK: Registration
|
||||
|
||||
var registerFallbackURL: URL { get }
|
||||
|
||||
Reference in New Issue
Block a user