OIAPIGenericAuthenticator Class Reference
Inherits from | NSObject |
Declared in | OIAPIGenericAuthenticator.h OIAPIGenericAuthenticator.m |
Overview
Class represent generic authenticator. Authenticator is used for requests, which requires authorization.
Tasks
-
– initWithKey:
Method create authenticator instance (OIAPIGenericAuthenticator).
-
– authenticationValue
Method create authentication value(containing key and api client version) as NSString.
Instance Methods
authenticationValue
Method create authentication value(containing key and api client version) as NSString.
- (NSString *)authenticationValue
Return Value
key Authenticator key.
Discussion
Method create authentication value(containing key and api client version) as NSString.
Declared In
OIAPIGenericAuthenticator.h
initWithKey:
Method create authenticator instance (OIAPIGenericAuthenticator).
- (id)initWithKey:(NSString *)key
Parameters
- key
Authenticator key.
Discussion
Method create authenticator instance (OIAPIGenericAuthenticator).
Declared In
OIAPIGenericAuthenticator.h