The authentication provider. More...
#import <RMSession.h>
Public Member Functions | |
(void) | - authenticateWithCall: |
Authenticate the session with a call object. | |
(id< RMCallProtocol >) | - callProtocol |
A call protocol to handle session credentials for subsequent calls. | |
(BOOL) | - authenticateResponseString: |
Check the responseString if the response is authenticated. | |
(BOOL) | - authenticateResponseData: |
Check the responseData if the response is authenticated. |
The authentication provider.
Definition at line 21 of file RMSession.h.
- (void) authenticateWithCall: | (RMCall *) | call | [required] |
Authenticate the session with a call object.
call | a RMCall object. | |
delegate | a RMSessionDelegate. |
- (id<RMCallProtocol>) callProtocol | [required] |
A call protocol to handle session credentials for subsequent calls.
- (BOOL) authenticateResponseString: | (NSString *) | responseString | [optional] |
Check the responseString if the response is authenticated.
responseString |
- (BOOL) authenticateResponseData: | (NSData *) | responseData | [optional] |
Check the responseData if the response is authenticated.
responseData |