STPSourceVerification
public class STPSourceVerification : NSObject, STPAPIResponseDecodable
Information related to a source’s verification flow.
-
The number of attempts remaining to authenticate the source object with a verification code.
Declaration
Swift
@objc public private(set) var attemptsRemaining: NSNumber? { get }
-
The status of the verification.
Declaration
Swift
@objc public private(set) var status: STPSourceVerificationStatus { get }
-
Declaration
Swift
@objc public private(set) var allResponseFields: [AnyHashable : Any] { get }
-
Declaration
Swift
public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?