A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.mongodb.com/docs/realm-sdks/java/latest/io/realm/mongodb/auth/ApiKeyAuth.html below:

ApiKeyAuth (Realm 10.10.1)

Modifier and Type Method Description ApiKey create​(String name)

Creates a user API key that can be used to authenticate as the user.

RealmAsyncTask createAsync​(String name, App.Callback<ApiKey> callback)

Asynchronously creates a user API key that can be used to authenticate as the user.

void delete​(ObjectId id)

Deletes a specific API key created by the user.

RealmAsyncTask deleteAsync​(ObjectId id, App.Callback<Void> callback)

Deletes a specific API key created by the user.

void disable​(ObjectId id)

Disables a specific API key created by the user.

RealmAsyncTask disableAsync​(ObjectId id, App.Callback<Void> callback)

Disables a specific API key created by the user.

void enable​(ObjectId id)

Enables a specific API key created by the user.

RealmAsyncTask enableAsync​(ObjectId id, App.Callback<Void> callback)

Enables a specific API key created by the user.

boolean equals​(Object o)   ApiKey fetch​(ObjectId id)

Fetches a specific user API key associated with the user.

List<ApiKey> fetchAll()

Fetches all API keys associated with the user.

RealmAsyncTask fetchAll​(App.Callback<List<ApiKey>> callback)

Fetches all API keys associated with the user.

RealmAsyncTask fetchAsync​(ObjectId id, App.Callback<ApiKey> callback)

Fetches a specific user API key associated with the user.

App getApp()

Returns the

App

that this instance in associated with.

User getUser()

Returns the

User

that this instance in associated with.

int hashCode()   String toString()  

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4