Documentation is here
User/OIDC/Implcit auth examples here
TLDR:
- make a link,
- Send user to link
- User accepts authorization
- User comes back with a code
- exchange code for token
- use token against users API
You’d using something like the user_access_generator from my github