loginMethod property

  1. @BuiltValueField.new(wireName: r'loginMethod')
String? get loginMethod

The requested login method for the user. To use SSO, you must already have SSO configured with Adyen before creating the user. Possible values: Username & account, Email, or SSO

Implementation

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