Class UserEmails


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

      • primary

        public java.util.Optional<java.lang.Boolean> primary()
        Returns:
        When `true`, this is the primary email associated with the user.
      • type

        public java.util.Optional<java.lang.String> type()
        Returns:
        The type of email.
      • value

        public java.util.Optional<java.lang.String> value()
        Returns:
        The email address. This value must be unique across the identity store.