username property

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

Username of the account that is being verified.

Deprecated. Customers should now provide the account_id field in event.user_info.

Implementation

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