<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.8.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accounts",
  "identifier" : "/documentation/Accounts/ACAccountCredentialRenewResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Accounts"
    ],
    "preciseIdentifier" : "c:@E@ACAccountCredentialRenewResult"
  },
  "title" : "ACAccountCredentialRenewResult"
}
-->

# ACAccountCredentialRenewResult

Status codes of credential renewal requests.

```
enum ACAccountCredentialRenewResult
```

## Topics

### Constants

[`ACAccountCredentialRenewResultRenewed`](/documentation/Accounts/ACAccountCredentialRenewResult/renewed)

The account’s credentials have been renewed and are now associated with the account.

[`ACAccountCredentialRenewResultRejected`](/documentation/Accounts/ACAccountCredentialRenewResult/rejected)

Renewal failed because the user revoked your access to their account.

[`ACAccountCredentialRenewResultFailed`](/documentation/Accounts/ACAccountCredentialRenewResult/failed)

A non-user-initiated cancel of the prompt.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)