AGAuthzConfig Protocol Reference
| Conforms to | AGConfig |
| Declared in | AGAuthzConfig.h |
Tasks
-
baseURLproperty required method -
authzEndpointproperty required method -
redirectURLproperty required method -
accessTokenEndpointproperty required method -
scopesproperty required method -
clientIdproperty required method -
clientSecretproperty required method -
timeoutproperty required method
Properties
accessTokenEndpoint
Applies the “access token endpoint” to the exchange code for access token.
@property (copy, nonatomic) NSString *accessTokenEndpointDiscussion
Applies the “access token endpoint” to the exchange code for access token.
Declared In
AGAuthzConfig.hauthzEndpoint
Applies the “authorization endpoint” to the request token.
@property (copy, nonatomic) NSString *authzEndpointDiscussion
Applies the “authorization endpoint” to the request token.
Declared In
AGAuthzConfig.hbaseURL
Applies the baseURL to the configuration.
@property (strong, nonatomic) NSURL *baseURLDiscussion
Applies the baseURL to the configuration.
Declared In
AGAuthzConfig.hclientId
Applies the “client id” obtained with the client registration process.
@property (copy, nonatomic) NSString *clientIdDiscussion
Applies the “client id” obtained with the client registration process.
Declared In
AGAuthzConfig.hclientSecret
Applies the “client secret” obtained with the client registration process.
@property (copy, nonatomic) NSString *clientSecretDiscussion
Applies the “client secret” obtained with the client registration process.
Declared In
AGAuthzConfig.hredirectURL
Applies the “callback URL” once request token issued.
@property (copy, nonatomic) NSString *redirectURLDiscussion
Applies the “callback URL” once request token issued.
Declared In
AGAuthzConfig.h