set Credentials Store
GiniBuilder 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.authorization.SharedPreferencesCredentialsStore is used by default.
Return
The builder instance to enable chaining.
Parameters
credentialsStore
A credentials store instance (specified by the CredentialsStore interface).