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 same Username 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 NMAAccounts associated with this server.

    The endpoint is built using this URL and the paths specified in NMAConfiguration. (like authenticationRequestPath).

    Declaration

    Swift

    var baseUrl: URL { get }