@Validated protected static class AADB2CProperties.UserFlows extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
passwordReset
The password-reset user flow which is created under b2c tenant.
|
private String |
profileEdit
The profile-edit user flow which is created under b2c tenant.
|
private @NotBlank(message="sign-up-or-in value should not be blank") String |
signUpOrSignIn
The sign-up-or-sign-in user flow which is created under b2c tenant.
|
| Modifier | Constructor and Description |
|---|---|
protected |
UserFlows() |
@NotBlank(message="sign-up-or-in value should not be blank") private @NotBlank(message="sign-up-or-in value should not be blank") String signUpOrSignIn
private String profileEdit
private String passwordReset
Copyright © 2019 Microsoft. All rights reserved.