![]() |
Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
|
Provider of responses to basic authentication challenges from HTTP proxies. More...
#include <PTDiffusionBasicHTTPProxyAuthentication.h>
Instance Methods | |
| (instancetype) | - initWithUsername:password: |
| Instance Methods inherited from <PTDiffusionHTTPAuthentication> | |
| (id< PTDiffusionHTTPAuthenticationChallengeHandler >) | - createHandler |
Provider of responses to basic authentication challenges from HTTP proxies.
| - (instancetype) initWithUsername: | (NSString *) | username | |
| password: | (NSString *) | password |
Creates a basic HTTP Proxy authentication with the given username and password.
| username | The username to respond with. |
| password | The password to respond with. |
| NSInvalidArgumentException | If either username or password is `nil`. |