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

credentials(for:)

Returns a dictionary containing the credentials for the specified protection space. 指定された保護空間に対する資格情報それらを含んでいるある辞書を返します。

Declaration 宣言

func credentials(for space: URLProtectionSpace) -> [String : URLCredential]?

Parameters パラメータ

space

The protection space whose credentials you want to retrieve. それの資格情報をあなたが回収したい保護空間。

Return Value 戻り値

A dictionary containing the credentials for the specified protection space. The dictionary’s keys are user name strings, and each value is the corresponding URLCredential. 指定された保護空間に対する資格情報を含んでいるある辞書。辞書のもつキーは、ユーザ名文字列です、そして各値は対応するURLCredentialです。

Discussion 議論

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

See Also 参照

Retrieving Credentials 資格情報を復旧する