logIn

open suspend fun logIn(authenticationType: AuthenticationType?)

Request to authenticate with this VPA service, if it is necessary to access this VPAs functionality. The result of the authentication request can be monitored by observing the vpaAuthenticationStatus.

Parameters

authenticationType

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