authenticate

abstract suspend fun authenticate(setupToken: String): Result<AuthenticationResponse>

Provided setupToken must be used to call the backend and get back the data to fill in AuthenticationResponse.

Return

Authentication response to return to the SDK.

Parameters

setupToken

SDK setup token to authenticate with.