Credentials.googleIdToken constructor
Returns a Credentials object that can be used to authenticate a user with a Google account using an id token.
Implementation
Credentials.googleIdToken(String idToken) : _handle = realmCore.createAppCredentialsGoogleIdToken(idToken);