getStoreKey method

String? getStoreKey()

Gets the key to retrieve these credentials from CredentialStore. If this key is null, than all parameters are already present.

Return the store key to retrieve credentials.

See useCredentialStore

Implementation

String? getStoreKey() {
  return super.getAsNullableString('store_key');
}