A view controller for Account Kit that reports the status of the login through the delegate.
Extends Protocol: | AKFAdvancedUIManaging, AKFConfiguring, AKFTheming |
Declared in: | AKFViewController.h |
delegate
The delegate for the receiver.
@property (nonatomic,
weak) id<AKFViewControllerDelegate> delegate;
AKFViewController.h
loginType
The type of login that the receiver controls.
@property (nonatomic,
assign,
readonly) AKFLoginType loginType;
AKFViewController.h