Class SetGoogleAuthenticatorCredentialResponse

    • Constructor Detail

      • SetGoogleAuthenticatorCredentialResponse

        public SetGoogleAuthenticatorCredentialResponse​(ServiceResponse.ServiceResult result)
        Instantiates a new sets the google authenticator credential response.
        Parameters:
        result - the result
    • Method Detail

      • getGoogleAuthKey

        public java.lang.String getGoogleAuthKey()
        Gets the google auth key.
        Returns:
        the google auth key
      • setGoogleAuthKey

        public void setGoogleAuthKey​(java.lang.String googleAuthKey)
        Sets the google auth key.
        Parameters:
        googleAuthKey - the new google auth key
      • getGoogleAuthVerificationCode

        public java.lang.Integer getGoogleAuthVerificationCode()
        Gets the google auth verification code.
        Returns:
        the google auth verification code
      • setGoogleAuthVerificationCode

        public void setGoogleAuthVerificationCode​(java.lang.Integer googleAuthVerificationCode)
        Sets the google auth verification code.
        Parameters:
        googleAuthVerificationCode - the new google auth verification code
      • getGoogleAuthScratchCodes

        public java.util.List<java.lang.Integer> getGoogleAuthScratchCodes()
        Gets the google auth scratch codes.
        Returns:
        the google auth scratch codes
      • setGoogleAuthScratchCodes

        public void setGoogleAuthScratchCodes​(java.util.List<java.lang.Integer> googleAuthScratchCodes)
        Sets the google auth scratch codes.
        Parameters:
        googleAuthScratchCodes - the new google auth scratch codes
      • getOtpAuthTotpURL

        public java.lang.String getOtpAuthTotpURL()
        Gets the otp auth totp url.
        Returns:
        the otp auth totp url
      • setOtpAuthTotpURL

        public void setOtpAuthTotpURL​(java.lang.String otpAuthTotpURL)
        Sets the otp auth totp url.
        Parameters:
        otpAuthTotpURL - the new otp auth totp url