VaultMobileSDK  18R3
iOS framework for Vault API
Properties | List of all members
VEVVault Class Reference

An object type that refers to a particular Vault. VEVVaultAuth::currentUser tracks the authenticated user's list of available vaults and several methods throughout VaultMobileSDK require a VEVVault parameter as a means of specifying a Vault to apply operations to. More...

Inherits NSObject, and <NSCoding>.

Properties

NSUInteger Id
 The Vault ID.
 
NSString * name
 The Vault name.
 
NSURL * URL
 The Vault DNS.
 

Detailed Description

An object type that refers to a particular Vault. VEVVaultAuth::currentUser tracks the authenticated user's list of available vaults and several methods throughout VaultMobileSDK require a VEVVault parameter as a means of specifying a Vault to apply operations to.

See also
VEVUser::vaults.
VEVVaultAuth::currentUser.

The documentation for this class was generated from the following file: