logIn

abstract suspend fun logIn(vpaIdentifier: VpaIdentifier, authenticationType: AuthenticationType? = null)

Request to start the authentication process for the specified VPA service.

Parameters

vpaIdentifier

The VPA to login to. This is the identifier given by the VPA in VpaProperties.vpaIdentifier.

authenticationType

Optional parameter: The mechanism to use to authenticate the end-user with a VPA service. If this parameter is not specified, the default authentication type provided by the VPA will be used.