Inherits from NSObject
Declared in HPCSToken.h

Overview

Object which represents the credentials

Tasks

Properties

expires

When the token expires *

@property (readwrite, retain) NSDate *expires

Declared In

HPCSToken.h

tenant

The tenant

@property (retain) HPCSTenant *tenant

Declared In

HPCSToken.h

toDictionary

an NSDictionary representation of the token

@property (retain) NSDictionary *toDictionary

Declared In

HPCSToken.h

tokenId

The token id which will be included in each authenticated call

@property (readwrite, retain) NSString *tokenId

Declared In

HPCSToken.h

Instance Methods

initWithAttributes:

Create the tenant

designated intializer
- (id)initWithAttributes:(NSDictionary *)attributes

Parameters

attributes

stuff to create the tenant

Declared In

HPCSToken.h

isExpired

is the token expired

- (BOOL)isExpired

Declared In

HPCSToken.h