AuthenticationProvider

This interface will be called when the SDK needs a new authentication session.

Functions

Link copied to clipboard
abstract suspend fun authenticate(setupToken: String): Result<AuthenticationResponse>

Use the provided setupToken to call your backend and get back the data to fill in your AuthenticationResponse