idpy-oidc icon indicating copy to clipboard operation
idpy-oidc copied to clipboard

Client documentation on readthedocs.io is outdated

Open andreinl opened this issue 9 months ago • 0 comments

The first example:

$ from idpyoidc.client import RPHandler

should be

$ from idpyoidc.client.rp_handler import RPHandler

The function get_access_token() is not present in RPHandler class.

There is no info for which version of idpy-oidc this documentation was written.

andreinl avatar Apr 01 '25 10:04 andreinl