Skip to content

Commit 7d5e029

Browse files
ENG-677/ENG-3868 - Allow use of OTP codes for email passwordless login w/o API overrides. (#1309)
* working backend * toggle * toggle * tests * libs * double the strategy double the fun * libs * test json * test the phone strategy * fix domain * openapi * fix equals * fix equals * pr feedback * typo * pr feedback
1 parent 78923f3 commit 7d5e029

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

fusionauth-netcore-client/domain/io/fusionauth/domain/PasswordlessConfiguration.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ namespace io.fusionauth.domain
2323

2424
public class PasswordlessConfiguration: Enableable {
2525

26+
public PasswordlessStrategy emailLoginStrategy;
27+
28+
public PasswordlessStrategy phoneLoginStrategy;
29+
2630
public PasswordlessConfiguration with(Action<PasswordlessConfiguration> action) {
2731
action(this);
2832
return this;

0 commit comments

Comments
 (0)