Class Member.UpdateParams

  • All Implemented Interfaces:

    
    public final class Member.UpdateParams
    
                        

    Data class used for wrapping parameters used with Member updates

    • Constructor Detail

      • Member.UpdateParams

        Member.UpdateParams(String name)
      • Member.UpdateParams

        Member.UpdateParams()
    • Method Detail

      • getMfaEnrolled

         final Boolean getMfaEnrolled()

        Sets whether the Member is enrolled in MFA. If true, the Member must complete an MFA step whenever they wish to log in to their Organization. If false, the Member only needs to complete an MFA step if the Organization's MFA policy is set to REQUIRED_FOR_ALL.

      • getMfaPhoneNumber

         final String getMfaPhoneNumber()

        Sets the Member's phone number. Throws an error if the Member already has a phone number

      • getDefaultMfaMethod

         final MfaMethod getDefaultMfaMethod()

        Sets the Member's default MFA method. Valid values are 'SMS' and 'TOTP'. This value will determine

        • Which MFA method the Member is prompted to use when logging in

        • Whether An SMS will be sent automatically after completing the first leg of authentication