Credentials.googleAuthCode constructor

Credentials.googleAuthCode(
  1. String authCode
)

Returns a Credentials object that can be used to authenticate a user with a Google account using an authentication code.

Implementation

Credentials.googleAuthCode(String authCode) : _handle = realmCore.createAppCredentialsGoogleAuthCode(authCode);