Conforms to NSObject
Declared in WAAuthenticationCredential.h

Overview

When used with the proxy service, the authentication delegate returns indication whether the login was successful.

Tasks

Instance Methods

loginDidFailWithError:

Sent to the delegate when the login succeeds for the proxy service.

- (void)loginDidFailWithError:(NSError *)error

Parameters

error

An NSError object describing the error that occurred.

Declared In

WAAuthenticationCredential.h

loginDidSucceed

Sent to the delegate when the login succeeds for the proxy service.

- (void)loginDidSucceed

Declared In

WAAuthenticationCredential.h