Conforms to AGAuthzModule
Declared in AGAuthzModuleAdapter.h

Overview

AGAuthzModuleAdapter represents the internal authentication module ‘interface’

Tasks

Properties

accessTokens

A key/value pair of the authentication tokens.

@property (nonatomic, readonly) NSDictionary *accessTokens

Discussion

A key/value pair of the authentication tokens.

Declared In

AGAuthzModuleAdapter.h

Instance Methods

isAuthorized

check is accessTokens are present and not expired. TODO AGIOS-145

- (BOOL)isAuthorized

Discussion

check is accessTokens are present and not expired. TODO AGIOS-145

Declared In

AGAuthzModuleAdapter.h