You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have setup some custom scopes: For example, I added the client id to the scopes to use access tokens, which is required for the web implementation of my project.
In client_authentication.dart, the providedScopes param available in the getAllTokens method. However, this param is missing in refreshTokens. Because of this, the response of refreshing the tokens does not contain an access_token, but only an id_token and a refresh_token.
The text was updated successfully, but these errors were encountered:
I have setup some custom scopes: For example, I added the client id to the scopes to use access tokens, which is required for the web implementation of my project.
In client_authentication.dart, the providedScopes param available in the getAllTokens method. However, this param is missing in refreshTokens. Because of this, the response of refreshing the tokens does not contain an access_token, but only an id_token and a refresh_token.
The text was updated successfully, but these errors were encountered: