SFSDKLoginFlowSelectionViewDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | SFSDKLoginFlowSelectionView.h |
– loginFlowSelectionIDPSelected:options:
required method
Used to notify the SDK of user selection on the login flow selection view
- (void)loginFlowSelectionIDPSelected:(UIViewController *)controller options:(NSDictionary *)appOptionsParameters
controller |
instance invoking this delegate |
|---|---|
appOptions |
addl. name value pairs sent from the sdk for the SFSDKLoginFlowSelectionView |
Declared In
SFSDKLoginFlowSelectionView.h
– loginFlowSelectionLocalLoginSelected:options:
required method
Used to notify the SDK of user selection on the login flow selection view
- (void)loginFlowSelectionLocalLoginSelected:(UIViewController *)controller options:(NSDictionary *)appOptionsParameters
controller |
instance invoking this delegate |
|---|---|
appOptions |
addl. name value pairs sent from the sdk for the SFSDKLoginFlowSelectionVie |
Declared In
SFSDKLoginFlowSelectionView.h