Class ACAccountCredentialRenewResult


  • public final class ACAccountCredentialRenewResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Failed
      A non-user-initiated cancel of the prompt.
      static long Rejected
      Renewal failed because of a user-initiated action.
      static long Renewed
      A new credential was obtained and is now associated with the account.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Renewed

        public static final long Renewed
        A new credential was obtained and is now associated with the account.
        See Also:
        Constant Field Values
      • Rejected

        public static final long Rejected
        Renewal failed because of a user-initiated action.
        See Also:
        Constant Field Values
      • Failed

        public static final long Failed
        A non-user-initiated cancel of the prompt.
        See Also:
        Constant Field Values