Inherits from NSObject
Conforms to AGAuthenticationModuleAdapter
Declared in AGRestAuthentication.h
AGRestAuthentication.m

Overview

An internal AGAuthenticator 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 Authenticator with default configuration is constructed or with the type config option set to “REST”. See AGAuthenticator and AGAuthenticationModule class documentation for more information.

Instance Methods

deauthorize

Performs de-authorization, after logout.

- (void)deauthorize

Discussion

Performs de-authorization, after logout.

Declared In

AGAuthenticationModuleAdapter.h

isAuthenticated

Performs a simple check if the user of the module impl. is authenticated.

- (BOOL)isAuthenticated

Discussion

Performs a simple check if the user of the module impl. is authenticated.

Declared In

AGAuthenticationModuleAdapter.h