parseRequestParameters

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

Pass in the request by a relying party, that is either a complete URL, or the POST body (e.g. the form-serialized values of the authorization request), or a serialized JWS (which may have been extracted from a request parameter), to parse the AuthenticationRequestParameters, wrapped in RequestParametersFrom.