AuthenticationService

public class AuthenticationService

Responsible for authentication against the Magine system

  • Login.

    Attention

    Calling login while logged in, will erase existing credentials and request for a new one. This is changed from 1.x.x

    Declaration

    Swift

    public func login(withIdentity identity: iUserIdentity, completed: @escaping LoginResultHandler)