NAME
OIDC::Client::ResponseParser
DESCRIPTION
Provider response parser.
METHODS
parse( $response )
Analyse the result of the Mojo::Message::Response object.
If all is well, returns the Perl structure corresponding to the JSON response.
On the other hand, if the response is not correctly parsed into JSON format, an OIDC::Client::Error::InvalidResponse error is thrown or if the provider returned an error, an OIDC::Client::Error::Provider error is thrown.