BowlerKernel
Public Member Functions | List of all members
com.neuronrobotics.bowlerstudio.scripting.IGitHubLoginManager Interface Reference
Inheritance diagram for com.neuronrobotics.bowlerstudio.scripting.IGitHubLoginManager:
Inheritance graph
[legend]

Public Member Functions

String[] prompt (String loginID)
 
String twoFactorAuthCodePrompt ()
 

Detailed Description

Definition at line 3 of file IGitHubLoginManager.java.

Member Function Documentation

◆ prompt()

String [] com.neuronrobotics.bowlerstudio.scripting.IGitHubLoginManager.prompt ( String  loginID)

Prompt user for login information and return when it has been entered

Returns
an array of strings of length 2 that contains the username in the 0th index, and the password in the 1th index

Implemented in com.neuronrobotics.bowlerstudio.scripting.GitHubWebFlow.

Referenced by com.neuronrobotics.bowlerstudio.scripting.PasswordManager.login().

◆ twoFactorAuthCodePrompt()

String com.neuronrobotics.bowlerstudio.scripting.IGitHubLoginManager.twoFactorAuthCodePrompt ( )

prompt the user for a 2 factor authentication code

Returns
a string containing the OTP code from the user

Implemented in com.neuronrobotics.bowlerstudio.scripting.GitHubWebFlow.


The documentation for this interface was generated from the following file: