WSCServiceAuthHandler Protocol Reference

Conforms to NSObject
Declared in WSCServiceAuthHandler.h

Overview

WSCServiceAuthHandler protocol to be implemented by applications for SIP challenge authentications.

– handle: required method

Handles setting the username and password of the challenge.

- (void)handle:(id<WSCChallenge>)challenge

Parameters

challenge

Authentication challenge

Discussion

Handles setting the username and password of the challenge.

Declared In

WSCServiceAuthHandler.h