Conforms to NSObject
Declared in WSCChallenge.h

Overview

WSCChallenge protocol. Used for setting the authentication username and password by an application.

Tasks

Properties

realm

Authentication realm. For example, “example.com”.

@property (readonly) NSString *realm

Discussion

Authentication realm. For example, “example.com”.

Declared In

WSCChallenge.h

Instance Methods

setUsername:withPassword:

Sets the username and password for authentication challenges.

- (void)setUsername:(NSString *)username withPassword:(NSString *)password

Parameters

username

Username.

password

Password.

Discussion

Sets the username and password for authentication challenges.

Declared In

WSCChallenge.h