Declaration

func credential(with persistence: URLCredential.Persistence) -> URLCredential?

Declaration

- (NSURLCredential *) credentialWithPersistence:(NSURLCredentialPersistence) persistence;

Declaration

credentialWithPersistence_(persistence: NSURLCredentialPersistence) -> NSURLCredential