STPPinStatus
@objc
public enum STPPinStatus : Int
An enum representing the success and error states of PIN management
-
The verification object was already redeemed
Declaration
Swift
case success
-
The verification object was already redeemed
Declaration
Swift
case errorVerificationAlreadyRedeemed
-
The one-time code was incorrect
Declaration
Swift
case errorVerificationCodeIncorrect
-
The verification object was expired
Declaration
Swift
case errorVerificationExpired
-
The verification object has been attempted too many times
Declaration
Swift
case errorVerificationTooManyAttempts
-
An error occured while retrieving the ephemeral key
Declaration
Swift
case ephemeralKeyError
-
An unknown error occured
Declaration
Swift
case unknownError