hashedAccountId property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? hashedAccountId
getter/setter pair

Deprecated: use user_info.account_id instead.

Unique stable hashed user identifier for the request. The identifier must be hashed using hmac-sha256 with stable secret.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? hashedAccountId;