We are trying to use npm library - angular-oauth2-oidc to perform PKCE based OIDC authentication and authorisation in our angular project . We have our home page configured as the redirect URI . How does the npm library internally intercept the access code request and exchange it for access and id token .Does the library use any request interceptors internally?
How can we debug this exchange of auth code for access token ?