loginWithMDM

open fun loginWithMDM(    @NonNull context: Context,     @NonNull activateCode: String,     @NonNull phoneNumber: String,     @NonNull companyId: String,     @NonNull fqdn: String,     @Nullable completionCallback: CompletionCallback)

Call this method to authenticate using an MDM system:

Parameters

context

The application context

activateCode

The activate code

phoneNumber

The international phone number

companyId

The company ID

fqdn

The FQDN

completionCallback