var previousFailureCount : Int
The receiver’s count of failed authentication attempts.
レシーバの持つ失敗した認証の試みの総数。
var proposedCredential : URLCredential?
The proposed credential for this challenge.
このチャレンジに対して提案する資格情報。
Availability 有効性
Technology
@NSCopying var failureResponse: URLResponse
? { get }
This value is nil
if the protocol doesn’t use responses to indicate an authentication failure.
この値は、プロトコルが認証失敗を指し示すのに応答を使用しないならば、nil
です。
var previousFailureCount : Int
var proposedCredential : URLCredential?
var error: Error?