getAuthKey method

String? getAuthKey()

Get the auth key

Implementation

String? getAuthKey() {
  return authStorageKey;
}