Add user_info_verifier
method to Client
analogously id_token_verifier
#191
Open
Description
This is useful in cases where you need to call UserInfoJsonWebToken::claims
yourself, for example in cases when you already have a raw (string) ID token and need to obtain claims, but without user_info_verifier
method we can't to construct UserInfoVerifier
because most required Client
attributes are private.
Metadata
Assignees
Labels
No labels