AGRestAuthzModule Class Reference
Inherits from | NSObject |
Conforms to | AGAuthzModuleAdapter |
Declared in | AGRestAuthzModule.h AGRestAuthzModule.m |
Overview
An internal AGAuthorization module implementation that uses REST as the auth transport.
IMPORTANT: Users are not required to instantiate this class directly, instead an instance of this class is returned automatically when an Authorizer with default configuration is constructed or with the type config option set to “REST”. See AGAuthorizer and AGAuthzModule class documentation for more information.
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