AGAuthConfig Protocol Reference
Conforms to | AGConfig |
Declared in | AGAuthConfig.h |
Tasks
-
baseURL
property required method -
loginEndpoint
property required method -
logoutEndpoint
property required method -
enrollEndpoint
property required method -
timeout
property required method
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