You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -399,6 +406,30 @@ public function setEmail($email)
399
406
return$this;
400
407
}
401
408
409
+
/**
410
+
* Gets loginMethod
411
+
*
412
+
* @return string|null
413
+
*/
414
+
publicfunctiongetLoginMethod()
415
+
{
416
+
return$this->container['loginMethod'];
417
+
}
418
+
419
+
/**
420
+
* Sets loginMethod
421
+
*
422
+
* @param string|null $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**
@@ -368,6 +375,30 @@ public function setEmail($email)
368
375
return$this;
369
376
}
370
377
378
+
/**
379
+
* Gets loginMethod
380
+
*
381
+
* @return string|null
382
+
*/
383
+
publicfunctiongetLoginMethod()
384
+
{
385
+
return$this->container['loginMethod'];
386
+
}
387
+
388
+
/**
389
+
* Sets loginMethod
390
+
*
391
+
* @param string|null $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**
@@ -414,6 +421,30 @@ public function setEmail($email)
414
421
return$this;
415
422
}
416
423
424
+
/**
425
+
* Gets loginMethod
426
+
*
427
+
* @return string|null
428
+
*/
429
+
publicfunctiongetLoginMethod()
430
+
{
431
+
return$this->container['loginMethod'];
432
+
}
433
+
434
+
/**
435
+
* Sets loginMethod
436
+
*
437
+
* @param string|null $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**
0 commit comments