setCredentialsStore

GiniCoreAPIBuilder<TsetCredentialsStore(@NonNull() CredentialsStore credentialsStore)

Set the credentials store which is used by the library to store user credentials. If no credentials store is set, the net.gini.android.core.api.authorization.SharedPreferencesCredentialsStore is used by default.

Return

The builder instance to enable chaining.

Parameters

credentialsStore

A credentials store instance (specified by the CredentialsStore interface).