OAuth2PasswordGrantDelegate
public protocol OAuth2PasswordGrantDelegate: class
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) -> AnyObjectReturn Value
A view controller that can be presented on the current platform
View on GitHub
Install in Dash
OAuth2PasswordGrantDelegate Protocol Reference