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