Instance Method インスタンスメソッド

defaultCredential(for:)

Returns the default credential for the specified protection space. 指定された保護空間に対する省略時の資格情報を返します。

Declaration 宣言

func defaultCredential(for space: URLProtectionSpace) -> URLCredential?

Parameters パラメータ

space

The URL protection space of interest. 興味を引くURL保護空間。

Return Value 戻り値

The default credential for space or nil if no default has been set. spaceに対する省略時の資格情報、またはnil、もし省略時物もが設定されていないならば。

Discussion 議論

If you override this method, also override getDefaultCredential(for:task:completionHandler:). あなたがこのメソッドをオーバーライドするならば、またgetDefaultCredential(for:task:completionHandler:)もオーバーライドしてください。

See Also 参照

Getting and Setting Default Credentials 省略時の資格情報の取得と設定