GoogleCredentials supports creating an instance using a temporary AccessToken.
It would be nice to support it.
We could do that by getting the token string and expiration time and adding ourselves as AuthCredentials.CredentialsChangedListener to capture token updates.
GoogleCredentialssupports creating an instance using a temporaryAccessToken.It would be nice to support it.
We could do that by getting the token string and expiration time and adding ourselves as
AuthCredentials.CredentialsChangedListenerto capture token updates.