I’m successfully testing out the sample app and wondered if I could use this sdk to do the normal AppAuth PCKE (Authorization Code Grant - OAuth 2.0 Simplified) type flows so I can authn/authz the app/user to retrieve my access token etc?
I’d like to login the user, but take an access token/request token for use against our own API that uses Auth0 to do token introspection.
Is this possible with this Flutter SDK or another?
Traditionally I use flutter_appauth and Hydra
Thanks.