preferredUsername constant

AuthUserAttributeKey const preferredUsername

The username by which the user wishes to be referred to.

Implementation

static const AuthUserAttributeKey preferredUsername = _AuthUserAttributeKey(
  'preferred_username',
);