AGAuthzConfig Protocol Reference
Conforms to | AGConfig |
Declared in | AGAuthzConfig.h |
Tasks
-
baseURL
property required method -
authzEndpoint
property required method -
redirectURL
property required method -
accessTokenEndpoint
property required method -
scopes
property required method -
clientId
property required method -
clientSecret
property required method -
timeout
property required method
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