start Authorization Response Preparation
suspend fun startAuthorizationResponsePreparation(input: String): KmmResult<AuthorizationResponsePreparationState>
Starts the authorization response building process from the RP's authentication request in input
suspend fun startAuthorizationResponsePreparation(params: AuthenticationRequestParametersFrom): KmmResult<AuthorizationResponsePreparationState>
Starts the authorization response building process from the RP's authentication request in input