Conforms to AGConfig
Declared in AGAuthConfig.h

Overview

Represents the public API to configure AGAuthenticationModule objects.

Tasks

Properties

baseURL

Applies the baseURL to the configuration.

@property (strong, nonatomic) NSURL *baseURL

Discussion

Applies the baseURL to the configuration.

Declared In

AGAuthConfig.h

enrollEndpoint

Applies the “enroll endpoint” to the configuration.

@property (copy, nonatomic) NSString *enrollEndpoint

Discussion

Applies the “enroll endpoint” to the configuration.

Declared In

AGAuthConfig.h

loginEndpoint

Applies the “login endpoint” to the configuration.

@property (copy, nonatomic) NSString *loginEndpoint

Discussion

Applies the “login endpoint” to the configuration.

Declared In

AGAuthConfig.h

logoutEndpoint

Applies the “logout endpoint” to the configuration.

@property (copy, nonatomic) NSString *logoutEndpoint

Discussion

Applies the “logout endpoint” to the configuration.

Declared In

AGAuthConfig.h

timeout

The timeout interval for a request to complete.

@property (assign, nonatomic) NSTimeInterval timeout

Discussion

The timeout interval for a request to complete.

Declared In

AGAuthConfig.h