Enumeration: NSURLCredentialPersistence

Overview

These constants specify how long the credential will be kept.

Constant Summary

NSURLCredentialPersistenceNone

Credential won't be stored.available in ios 2.0 and later.declared in nsurlcredential.h.

NSURLCredentialPersistenceForSession

Credential will be stored only for this session.available in ios 2.0 and later.declared in nsurlcredential.h.

NSURLCredentialPersistencePermanent

Credential will be stored in the user’s keychain and shared with other applications.available in ios 2.0 and later.declared in nsurlcredential.h.