NMAServer
@objc
public protocol NMAServer : DictionaryEncodable
The object defining a server.
Each NMAAccount
is defined in a given NMAServer
object.
Important
The SDK does not support having identities with the sameUsername
defined in different servers.
See
server
-
The base URL of the server.
This is the base URL for the HTTP endpoints the SDK must interact with when dealing with the
NMAAccount
s associated with this server.The endpoint is built using this URL and the paths specified in
NMAConfiguration
. (likeauthenticationRequestPath
).Declaration
Swift
var baseUrl: URL { get }