public static interface Authentication.Builder extends SdkPojo, CopyableBuilder<Authentication.Builder,Authentication>
| Modifier and Type | Method and Description |
|---|---|
Authentication.Builder |
passwordCount(Integer passwordCount)
The number of passwords belonging to the user.
|
Authentication.Builder |
type(AuthenticationType type)
Indicates whether the user requires a password to authenticate.
|
Authentication.Builder |
type(String type)
Indicates whether the user requires a password to authenticate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthentication.Builder type(String type)
Indicates whether the user requires a password to authenticate.
type - Indicates whether the user requires a password to authenticate.AuthenticationType,
AuthenticationTypeAuthentication.Builder type(AuthenticationType type)
Indicates whether the user requires a password to authenticate.
type - Indicates whether the user requires a password to authenticate.AuthenticationType,
AuthenticationTypeAuthentication.Builder passwordCount(Integer passwordCount)
The number of passwords belonging to the user. The maximum is two.
passwordCount - The number of passwords belonging to the user. The maximum is two.Copyright © 2022. All rights reserved.