How does authentication work in Flutter?

Upon completion of the sign-in transaction, the users authenticate with the authorization server and return to the application . Inside the AuthorizationTokenResponse result object, you receive three tokens: accessToken : an OAuth 2.0 artifact that allows the application to call secure APIs on behalf of the user.

Read more