Instance Method
credential(with:)credentialWithPersistence:credentialWithPersistence_
Declaration
func credential(with persistence: URLCredential.Persistence) -> URLCredential?Declaration
- (NSURLCredential *) credentialWithPersistence:(NSURLCredentialPersistence) persistence;Declaration
credentialWithPersistence_(persistence: NSURLCredentialPersistence) -> NSURLCredential