We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af87c10 commit 0f14aecCopy full SHA for 0f14aec
1 file changed
MIGRATION_GUIDE.md
@@ -362,8 +362,8 @@ All types use immutable builders:
362
// v3 type construction
363
CreateUserRequestContent request = CreateUserRequestContent
364
.builder()
365
- .email("test@example.com")
366
.connection("Username-Password-Authentication")
+ .email("test@example.com")
367
.password("secure-password")
368
.build();
369
```
0 commit comments