PRXAuthentication Class Reference
Inherits from | NSObject |
Declared in | PRXAuthentication.h |
Overview
An object used to retrieve the shared authentication manager.
An authentication manager is able to authenticate an application with TapPoint.
Class Methods
sharedAuthenticationManager
Returns the shared authentication manager.
+ (id<PRXAuthenticationManager>)sharedAuthenticationManager
Return Value
The shared authentication manager.
Discussion
An authentication manager is able to authenticate an application with TapPoint. In a typical
application, you should use the shared instance of the authentication manager to
authenticate with TapPoint using the method authenticateWithAppName:success:failure
.
Declared In
PRXAuthentication.h