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

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

securityToken

The security token to sign requests.

@property (readonly) NSString *securityToken

Declared In

WACloudAccessToken.h

tokenType

The token type.

@property (readonly) NSString *tokenType

Declared In

WACloudAccessToken.h

Instance Methods

signRequest:

Signs the request and adds the OAuth token.

- (void)signRequest:(NSMutableURLRequest *)request

Parameters

request

The request to sign.

Declared In

WACloudAccessToken.h