WSCChallenge Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | WSCChallenge.h |
Overview
WSCChallenge protocol. Used for setting the authentication username and password by an application.
realm
required method
Authentication realm. For example, “example.com”.
@property (readonly) NSString *realmDiscussion
Authentication realm. For example, “example.com”.
Declared In
WSCChallenge.h
– setUsername:withPassword:
required method
Sets the username and password for authentication challenges.
- (void)setUsername:(NSString *)username withPassword:(NSString *)passwordParameters
username |
Username |
|---|---|
password |
Password |
Discussion
Sets the username and password for authentication challenges.
Declared In
WSCChallenge.h