ONGMobileAuthenticationRequest Class Reference

Inherits from NSObject
Declared in ONGMobileAuthenticationRequest.h

  type

The mobile authentication type which is configured in the Token Server admin panel. The type can be used to distinguish between business functionalities. For example, mobile authentication can be used for logging in or transaction approval. The type can then be used to distinguish on the mobile device which functionality is triggered.

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

Declared In

ONGMobileAuthenticationRequest.h

  userProfile

User profile for which mobile authenticate request was sent.

@property (nonatomic, readonly) ONGUserProfile *userProfile

Declared In

ONGMobileAuthenticationRequest.h

  userInfo

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

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

Declared In

ONGMobileAuthenticationRequest.h

  message

Message of the request passed by the TS.

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

Declared In

ONGMobileAuthenticationRequest.h

  transactionId

Transaction ID, a unique identifier for each request.

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

Declared In

ONGMobileAuthenticationRequest.h