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 password: String?
The credential’s password.
資格情報のもつパスワード。
var identity: SecIdentity?
The identity of this credential if it is a client certificate credential.
この資格情報のアイデンティティ、それがクライアント証明書資格情報であるならば
var persistence: URLCredential.Persistence
The credential’s persistence setting.
資格情報のもつ持続性設定。
enum URLCredential.Persistence
Constants that specify how long the credential will be kept.
どのくらい長くその資格情報が維持されるかを指定する定数。