AGAuthConfig Protocol Reference
| Conforms to | AGConfig |
| Declared in | AGAuthConfig.h |
Tasks
-
baseURLproperty required method -
loginEndpointproperty required method -
logoutEndpointproperty required method -
enrollEndpointproperty required method -
timeoutproperty required method
Properties
baseURL
Applies the baseURL to the configuration.
@property (strong, nonatomic) NSURL *baseURLDiscussion
Applies the baseURL to the configuration.
Declared In
AGAuthConfig.henrollEndpoint
Applies the “enroll endpoint” to the configuration.
@property (copy, nonatomic) NSString *enrollEndpointDiscussion
Applies the “enroll endpoint” to the configuration.
Declared In
AGAuthConfig.hloginEndpoint
Applies the “login endpoint” to the configuration.
@property (copy, nonatomic) NSString *loginEndpointDiscussion
Applies the “login endpoint” to the configuration.
Declared In
AGAuthConfig.h