Credentials.apiKey constructor

Credentials.apiKey(
  1. String key
)

Returns a Credentials object that can be used to authenticate a user with an API key. To generate an API key, use ApiKeyClient.create or the App Services web UI.

Implementation

Credentials.apiKey(String key) : _handle = realmCore.createAppCredentialsApiKey(key);