mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Add initial tests on the authentication service. (#6229)
This commit is contained in:
+6
-2
@@ -16,10 +16,14 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
protocol AuthenticationRestClient {
|
||||
protocol AuthenticationRestClient: AnyObject {
|
||||
// MARK: Configuration
|
||||
var credentials: MXCredentials! { get }
|
||||
var homeserver: String! { get }
|
||||
var identityServer: String! { get }
|
||||
var credentials: MXCredentials! { get }
|
||||
var acceptableContentTypes: Set<String>! { get set }
|
||||
|
||||
init(homeServer: URL, unrecognizedCertificateHandler handler: MXHTTPClientOnUnrecognizedCertificate?)
|
||||
|
||||
// MARK: Login
|
||||
var loginFallbackURL: URL { get }
|
||||
|
||||
Reference in New Issue
Block a user