Diffusion Apple API  6.2.7
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Functions Variables Properties Pages
Class Methods | Instance Methods | List of all members
PTDiffusionBasicHTTPProxyAuthentication Class Reference

Introduction

Provider of responses to basic authentication challenges from HTTP proxies.

See Also
PTDiffusionHTTPProxyConfiguration
Since
6.0
Inheritance diagram for PTDiffusionBasicHTTPProxyAuthentication:
<PTDiffusionHTTPAuthentication>

Class Methods

(instancetype) + NS_UNAVAILABLE
 

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(instancetype) - initWithUsername:password:
 
- Instance Methods inherited from <PTDiffusionHTTPAuthentication>
(id
< PTDiffusionHTTPAuthenticationChallengeHandler >) 
- createHandler
 

Method Documentation

- (instancetype) initWithUsername: (NSString *)  username
password: (NSString *)  password 
Parameters
usernameThe username to respond with.
passwordThe password to respond with.
Exceptions
NSInvalidArgumentExceptionIf either username or password is nil.
Since
6.0