Credentials.apple constructor

Credentials.apple(
  1. 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);