failureResponse
previousFailureCount
Availability 有効性
Technology
@property(nullable, readonly, copy) NSURLCredential
*proposedCredential;
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 YES
when you call its has
method, then the credential is ready to use as-is. If the proposed credential’s has
method returns NO
, then the credential provides a default user name, and the client must prompt the user for a corresponding password.
提案される資格情報がnil
でないそしてYES
をあなたがそれのhas
メソッドを呼び出す時に返すならば、そのとき資格情報はそのままで使う準備ができています。提案される資格情報のもつhas
メソッドがNO
を返すならば、そのとき資格情報は省略時のユーザ名を提供します、そしてクライアントはユーザにその対応するパスワードに対して促さなければなりません。
failureResponse
previousFailureCount