There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

OIDC::Client::AccessTokenBuilder - AccessToken object builder

DESCRIPTION

Exports functions that help create an OIDC::Client::AccessToken object.

FUNCTIONS

build_access_token_from_token_response( $token_response )

Builds an OIDC::Client::AccessToken object from an OIDC::Client::TokenResponse object.

build_access_token_from_claims( $claims, $token )

Builds an OIDC::Client::AccessToken object from claims (hashref) and token (string).