|
BowlerKernel
|

Public Member Functions | |
| String[] | prompt (String loginID) |
| String | twoFactorAuthCodePrompt () |
Definition at line 3 of file IGitHubLoginManager.java.
| String [] com.neuronrobotics.bowlerstudio.scripting.IGitHubLoginManager.prompt | ( | String | loginID | ) |
Prompt user for login information and return when it has been entered
Implemented in com.neuronrobotics.bowlerstudio.scripting.GitHubWebFlow.
Referenced by com.neuronrobotics.bowlerstudio.scripting.PasswordManager.login().
| String com.neuronrobotics.bowlerstudio.scripting.IGitHubLoginManager.twoFactorAuthCodePrompt | ( | ) |
prompt the user for a 2 factor authentication code
Implemented in com.neuronrobotics.bowlerstudio.scripting.GitHubWebFlow.