WACloudAccessToken Class Reference
Inherits from | NSObject |
Declared in | WACloudAccessToken.h |
Overview
A class that represents an access token when authenticated from Windows Azure Access Control Service (ACS).
Tasks
-
appliesTo
The audeince for the token.
property -
tokenType
The token type.
property -
expires
The expiration time for the token.
property -
created
The create time for the token.
property -
expireDate
The expiration date for the token.
property -
createDate
propertyThe creation date for the token.
-
securityToken
The security token to sign requests.
property -
identityProvider
The identity provider for the token
property -
claims
The claims associated with the token.
property -
– signRequest:
Signs the request and adds the OAuth token.
Properties
appliesTo
The audeince for the token.
@property (readonly) NSString *appliesTo
Declared In
WACloudAccessToken.h
claims
The claims associated with the token.
@property (readonly) NSDictionary *claims
Declared In
WACloudAccessToken.h
createDate
The creation date for the token.
@property (readonly) NSDate *createDate
Declared In
WACloudAccessToken.h
created
The create time for the token.
@property (readonly) NSInteger created
Declared In
WACloudAccessToken.h
expireDate
The expiration date for the token.
@property (readonly) NSDate *expireDate
Declared In
WACloudAccessToken.h
expires
The expiration time for the token.
@property (readonly) NSInteger expires
Declared In
WACloudAccessToken.h
identityProvider
The identity provider for the token
@property (readonly) NSString *identityProvider
Declared In
WACloudAccessToken.h