parseRequestParameters
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.
suspend fun parseRequestParameters(input: RequestParametersFrom.DcApiRequest): KmmResult<RequestParametersFrom<AuthenticationRequestParameters>>(source)
Pass in the data received by the DC API in signed or unsigned form. Will return RequestParametersFrom.