Conforms to AGAuthenticationModule
Declared in AGAuthenticationModuleAdapter.h

Overview

AGAuthenticationModuleAdapter represents the internal authentication module ‘interface’

Tasks

Properties

authTokens

A key/value pair of the authentication tokens.

@property (nonatomic, readonly) NSMutableDictionary *authTokens

Discussion

A key/value pair of the authentication tokens.

Declared In

AGAuthenticationModuleAdapter.h

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