var failureResponse : URLResponse?
var previousFailureCount : Int
Availability 有効性
Technology
@NSCopying var proposedCredential: URLCredential
? { get }
This method returns nil
if there is no default credential for this challenge.
このメソッドはnil
を返します、もしこのチャレンジに対するどんな省略時の資格情報もないならば。
If you have previously attempted to authenticate and failed, this method returns the most recent failed credential. あなたが以前に認証を試みて失敗したならば、このメソッドは最も最近の失敗した資格情報を返します。
If the proposed credential is not nil
and returns true
when you call its has
method, then the credential is ready to use as-is. If the proposed credential’s has
method returns false
, then the credential provides a default user name, and the client must prompt the user for a corresponding password.
提案される資格情報がnil
でないそしてtrue
をあなたがそれのhas
メソッドを呼び出す時に返すならば、そのとき資格情報はそのままで使う準備ができています。提案される資格情報のもつhas
メソッドがfalse
を返すならば、そのとき資格情報は省略時のユーザ名を提供します、そしてクライアントはユーザにその対応するパスワードに対して促さなければなりません。
var failureResponse : URLResponse?
var previousFailureCount : Int