Instance Property インスタンスプロパティ

proposedCredential

The proposed credential for this challenge. このチャレンジに対して提案する資格情報。

Declaration 宣言

@NSCopying var proposedCredential: URLCredential? { get }

Discussion 議論

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 hasPassword method, then the credential is ready to use as-is. If the proposed credential’s hasPassword method returns false, then the credential provides a default user name, and the client must prompt the user for a corresponding password. 提案される資格情報がnilでないそしてtrueをあなたがそれのhasPasswordメソッドを呼び出す時に返すならば、そのとき資格情報はそのままで使う準備ができています。提案される資格情報のもつhasPasswordメソッドがfalseを返すならば、そのとき資格情報は省略時のユーザ名を提供します、そしてクライアントはユーザにその対応するパスワードに対して促さなければなりません。

See Also 参照

Getting Properties of Previous Authentication Attempts 以前の認証の試みのプロパティを取得する