parseRequestParameters

suspend fun parseRequestParameters(input: String): KmmResult<RequestParametersFrom<*>>(source)

Pass in the URL sent by the Verifier (containing the RequestParameters as query parameters), to create AuthenticationResponseParameters that can be sent back to the Verifier, see AuthenticationResponseResult.