SQIPBuyerVerifiedDetails

@interface SQIPBuyerVerifiedDetails : NSObject

Represents a successfully verified buyer.

  • true if the buyer was challenged for additional authentication factors.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL didChallengeUser;
  • The token representing a verified buyer.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nonnull) NSString *verificationToken;