NSURLSessionAuthChallengeUseCredential
Use the specified credential, which may be
nil
.
指定された資格情報を使います、それはnil
かもしれません。
NSURLSessionAuthChallengePerformDefaultHandling
Use the default handling for the challenge as though this delegate method were not implemented. The provided credential parameter is ignored.
チャレンジに対する省略時の取り扱いを使います、まるでこの委任先メソッドが実装されなかったかのように。提供された資格情報パラメータは無視されます。
NSURLSessionAuthChallengeCancelAuthenticationChallenge
Cancel the entire request. The provided credential parameter is ignored.
リクエスト全体を取り消します。提供された資格情報パラメータは無視されます。
NSURLSessionAuthChallengeRejectProtectionSpace
Reject this challenge, and call the authentication delegate method again with the next authentication protection space. The provided credential parameter is ignored.
このチャレンジを拒否します、そして認証委任先メソッドをふたたびその次の認証保護空間で呼び出します。提供された資格情報パラメータは無視されます。