ACAccountCredentialRenewResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values indicate the result of a credential renewal request (see RenewCredentials(ACAccount, Action<ACAccountCredentialRenewResult,NSError>)).
public enum ACAccountCredentialRenewResult
type ACAccountCredentialRenewResult =
- Inheritance
-
ACAccountCredentialRenewResult
Fields
Name | Value | Description |
---|---|---|
Renewed | 0 | The renewal succeeded. |
Rejected | 1 | The user has disallowed access. |
Failed | 2 | There was an error in processing. |