keySpace property

String? keySpace
getter/setter pair

The key space of mobile IDs.

Required. Immutable. Possible string values are:

  • "KEY_SPACE_UNSPECIFIED" : Not specified.
  • "IOS" : The iOS keyspace.
  • "ANDROID" : The Android keyspace.

Implementation

core.String? keySpace;