loginHint property

  1. @BuiltValueField(wireName: r'login_hint')
String? loginHint

LoginHint hints about the login identifier the End-User might use to log in (if necessary). This hint can be used by an RP if it first asks the End-User for their e-mail address (or other identifier) and then wants to pass that value as a hint to the discovered authorization service. This value MAY also be a phone number in the format specified for the phone_number Claim. The use of this parameter is optional.

Implementation

@BuiltValueField(wireName: r'login_hint')
String? get loginHint;