OptionalaccessCredentials that can be used by an application to access an API.
OptionalidThe OpenID Connect ID Token.
OptionalidAn object containing all the claims of the ID Token.
Method to check the user's authenticated state, returns true if logged in.
OptionalrefreshCredentials that can be used to refresh an access token.
OptionaluserAn object containing all the claims of the ID Token with the claims specified in identityClaimFilter removed.
The request authentication context found on the Express request when OpenID Connect auth middleware is added to your application.