set Credentials Store
public final GiniCaptureDefaultNetworkService.Builder setCredentialsStore(CredentialsStore credentialsStore)
Set the credentials store which is used by the Gini Bank API lib to store user credentials. If no credentials store is set, the SharedPreferencesCredentialsStore from the Gini API SDK is used by default.
Return
the Builder instance
Parameters
credentials Store
a credentials store instance (specified by the CredentialsStore interface)