ONGCreatePinChallenge Class Reference

Inherits from NSObject
Declared in ONGCreatePinChallenge.h

Overview

Represents create PIN challenge. It provides all information about the challenge and a sender awaiting for a response.

  userProfile

User profile for which create PIN challenge was sent.

@property (nonatomic, readonly) ONGUserProfile *userProfile

Declared In

ONGCreatePinChallenge.h

  pinLength

Required length for a new PIN.

@property (nonatomic, readonly) NSUInteger pinLength

Declared In

ONGCreatePinChallenge.h

  error

Error describing cause of failure of previous challenge response. Possible error domains: ONGPinValidationErrorDomain, ONGGenericErrorDomain

@property (nonatomic, readonly, nullable) NSError *error

Declared In

ONGCreatePinChallenge.h

  sender

Sender awaiting for response to the create PIN challenge.

@property (nonatomic, readonly) id<ONGCreatePinChallengeSender> sender

Declared In

ONGCreatePinChallenge.h