Class UserAuthenticationMode


  • public final class UserAuthenticationMode
    extends java.lang.Object
    • Method Detail

      • passwordCount

        public java.util.Optional<java.lang.Integer> passwordCount()
        Returns:
        Number of passwords belonging to the user if `type` is set to `password`.
      • passwords

        public java.util.List<java.lang.String> passwords()
        Returns:
        Set of passwords used for authentication if `type` is set to `password`. You can create up to two passwords for each user.
      • type

        public java.lang.String type()
        Returns:
        Specifies the authentication type. Valid values are: `password` or `iam`.