SFLoginViewControllerDelegate Protocol Reference

Conforms to NSObject
Declared in SFLoginViewController.h

Overview

Delegate protocol for the owner of SFLoginViewController.

– loginViewController:didChangeLoginHost:

Notifies the delegate that the selected login host has been changed.

- (void)loginViewController:(nonnull SFLoginViewController *)loginViewController didChangeLoginHost:(nonnull SFSDKLoginHost *)newLoginHost

Parameters

loginViewController

The instance sending this message.

newLoginHost

The updated login host.

Declared In

SFLoginViewController.h