ObjectiveC SDK  2.0
Public Member Functions | Properties
STSToken Class Reference

STSToken.h. More...

#include <STSToken.h>

List of all members.

Public Member Functions

STSTokeninitWith:withDate: (NSString *givenToken,[withDate] NSDate *givenDate)
STSTokentoken ()

Properties

NSString * currentToken
NSDate * validUntil

Detailed Description

STSToken.h.

Creates new token with given token string and given date (current time + 8 hrs.)
Methods:


Member Function Documentation

STSToken * STSToken::initWith:withDate: ( NSString*  givenToken,
[withDate] NSDate*  givenDate 
) [virtual]

Provides new token object.

Parameters:
givenTokencurrent token string
givenDatecurrent expiration date
Returns:
STSToken new token object
STSToken* STSToken(SecurityTokenGetter)::token ( ) [virtual]

Getter for the received token.

Returns:
STSToken current security token.

Property Documentation

NSString * STSToken::currentToken [read, write, retain]
NSDate * STSToken::validUntil [read, write, retain]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Properties