-
public final class PianoIdClient.SignInContext
-
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>disableSignUp()Turns off the registration screen final <ERROR CLASS>widget(String widget)Sets the screen when opening Piano ID. final <ERROR CLASS>stage(String stage)Sets the stage directive element value, which can be used for show or hide parts of template -
-
Method Detail
-
disableSignUp
final <ERROR CLASS> disableSignUp()
Turns off the registration screen
-
widget
final <ERROR CLASS> widget(String widget)
Sets the screen when opening Piano ID. Use {@link PianoId#WIDGET_LOGIN} to open the login screen or {@link PianoId#WIDGET_REGISTER} to open the registration screen.
- Parameters:
widget- {@link PianoId#WIDGET_LOGIN}, {@link PianoId#WIDGET_REGISTER} or null
-
-
-
-