ONGMobileAuthRequest Class Reference

Inherits from NSObject
Declared in ONGMobileAuthRequest.h

Overview

The class representing mobile authentication request.

  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

ONGMobileAuthRequest.h

  userProfile

User profile for which mobile authenticate request was sent.

@property (nonatomic, readonly) ONGUserProfile *userProfile

Declared In

ONGMobileAuthRequest.h

  userInfo

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

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

See Also

  • [ONGUserClient handleMobileAuthenticationRequest:delegate:]

Declared In

ONGMobileAuthRequest.h

  message

Message of the request passed by the TS.

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

Declared In

ONGMobileAuthRequest.h

  transactionId

Transaction ID, a unique identifier for each request.

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

Declared In

ONGMobileAuthRequest.h

  signingData

The data that is to be signed by the user. This may contain sensitive data.

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

Declared In

ONGMobileAuthRequest.h