ONGPendingMobileAuthRequest Class Reference

Inherits from NSObject
Declared in ONGPendingMobileAuthRequest.h

Overview

The class representing pending mobile authentication request.

  transactionId

Transaction ID, a unique identifier for each request.

@property (nonatomic, copy, readonly) NSString *transactionId

Declared In

ONGPendingMobileAuthRequest.h

  userProfile

User profile for which mobile authentication request was sent.

@property (nonatomic, readonly) ONGUserProfile *userProfile

Declared In

ONGPendingMobileAuthRequest.h

  date

The date when the mobile authentication request was sent.

@property (nonatomic, readonly, nullable) NSDate *date

Declared In

ONGPendingMobileAuthRequest.h

  timeToLive

Time to live for which mobile authentication request was sent.

@property (nonatomic, readonly, nullable) NSNumber *timeToLive

Declared In

ONGPendingMobileAuthRequest.h

  message

Message of the request passed by the TS.

@property (nonatomic, copy, readonly, nullable) NSString *message

Declared In

ONGPendingMobileAuthRequest.h

  userInfo

Original user info recevied from the [UIApplicationDelegate application:didReceiveRemoteNotification:]

@property (nonatomic, copy, readonly, nullable) NSDictionary *userInfo

See Also

  • [ONGUserClient handleMobileAuthenticationRequest:delegate:]

Declared In

ONGPendingMobileAuthRequest.h