WAAuthenticationDelegate Protocol Reference
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
-
– loginDidSucceed
Sent to the delegate when the login succeeds for the proxy service.
required method -
– loginDidFailWithError:
Sent to the delegate when the login succeeds for the proxy service.
required method