<OOAuthorizableItem > Protocol Reference

A protocol that represents a content item that requires authorization to play. More...

#import <OOAuthorizableItem.h>

+ Inheritance diagram for <OOAuthorizableItem >:

Instance Methods

(OOReturnState) - updateWithDictionary:
 
(NSArray *) - embedCodesToAuthorize
 
(BOOL) - authorized
 Whether or not this OOAuthorizableItem is authorized. More...
 
(OOAuthCode) - authCode
 The OOAuthCode from the authorization request. More...
 

Properties

BOOL heartbeatRequired
 

Detailed Description

A protocol that represents a content item that requires authorization to play.

Method Documentation

- (OOAuthCode OOAuthorizableItem) authCode

The OOAuthCode from the authorization request.

Returns
an OOAuthCode with the status of the authorization request
- (BOOL OOAuthorizableItem) authorized

Whether or not this OOAuthorizableItem is authorized.

Returns
YES if authorized, NO if not
- (NSArray * OOAuthorizableItem) embedCodesToAuthorize
- (OOReturnState OOAuthorizableItem) updateWithDictionary: (NSDictionary *)  data

Property Documentation

- (BOOL OOAuthorizableItem) heartbeatRequired
readwritenonatomicassign

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