Conforms to AGConfig
Declared in AGAuthzConfig.h

Overview

Represents the public API to configure AGAuthzModule objects.

Tasks

Properties

accessTokenEndpoint

Applies the “access token endpoint” to the exchange code for access token.

@property (copy, nonatomic) NSString *accessTokenEndpoint

Discussion

Applies the “access token endpoint” to the exchange code for access token.

Declared In

AGAuthzConfig.h

authzEndpoint

Applies the “authorization endpoint” to the request token.

@property (copy, nonatomic) NSString *authzEndpoint

Discussion

Applies the “authorization endpoint” to the request token.

Declared In

AGAuthzConfig.h

baseURL

Applies the baseURL to the configuration.

@property (strong, nonatomic) NSURL *baseURL

Discussion

Applies the baseURL to the configuration.

Declared In

AGAuthzConfig.h

clientId

Applies the “client id” obtained with the client registration process.

@property (copy, nonatomic) NSString *clientId

Discussion

Applies the “client id” obtained with the client registration process.

Declared In

AGAuthzConfig.h

clientSecret

Applies the “client secret” obtained with the client registration process.

@property (copy, nonatomic) NSString *clientSecret

Discussion

Applies the “client secret” obtained with the client registration process.

Declared In

AGAuthzConfig.h

redirectURL

Applies the “callback URL” once request token issued.

@property (copy, nonatomic) NSString *redirectURL

Discussion

Applies the “callback URL” once request token issued.

Declared In

AGAuthzConfig.h

scopes

Applies the “scope” of the authorization.

@property (copy, nonatomic) NSArray *scopes

Discussion

Applies the “scope” of the authorization.

Declared In

AGAuthzConfig.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

AGAuthzConfig.h