OAuth2PasswordGrantDelegate
public protocol OAuth2PasswordGrantDelegate : AnyObject
An object adopting this protocol is responsible of the creation of the login controller
-
Instantiates and configures the login controller to present.
Declaration
Swift
func loginController(oauth2: OAuth2PasswordGrant) -> AnyObject
Return Value
A view controller that can be presented on the current platform