var user: String?
The credential’s user name.
その資格情報のもつユーザ名。
var certificates: [Any]
The intermediate certificates of the credential, if it is a client certificate credential.
その資格情報の中間証明書、もしそれがクライアント証明書資格情報であるならば。
var hasPassword : Bool
A Boolean value that indicates whether the credential has a password.
あるブール値、それは資格情報がパスワードを持つかどうかを指し示します。
var password: String?
The credential’s password.
資格情報のもつパスワード。
var persistence: URLCredential.Persistence
The credential’s persistence setting.
資格情報のもつ持続性設定。
enum URLCredential.Persistence
Constants that specify how long the credential will be kept.
どのくらい長くその資格情報が維持されるかを指定する定数。