set Credentials Store
GiniCoreAPIBuilder<T> setCredentialsStore(@NonNull() CredentialsStore credentialsStore)
Content copied to clipboard
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
credentials Store
A credentials store instance (specified by the CredentialsStore interface).