parseAuthenticationRequestParameters
suspend fun parseAuthenticationRequestParameters( input: String): KmmResult<RequestParametersFrom<AuthenticationRequestParameters>>(source)
Pass in the URL sent by the Verifier (containing the at.asitplus.openid.AuthenticationRequestParameters as query parameters), to create at.asitplus.openid.AuthenticationResponseParameters that can be sent back to the Verifier, see AuthenticationResponseResult.