C# Class ProviderLogin, VIAProMa

Implementation of the Login
Inheritance: MonoBehaviour
Datei anzeigen Open project: rwth-acis/VIAProMa Class Usage Examples

Protected Properties

Property Type Description
loggedIn bool
oidcProvider IOidcProvider
statusLedRenderer Renderer,

Public Methods

Method Description
Awake ( ) : void
Login ( ) : void

Redirects the user to the login page of the provider, if already logged in, the user is logged out

LoginScript_LoginCompleted ( object sender, EventArgs e ) : void

Adjusts the interface to the logged in status

LoginScript_LogoutCompleted ( object sender, EventArgs e ) : void

Adjusts the interface to the logged out status

SetLED ( bool loggedIn ) : void

Sets the emission color of the given LED renderer based on the online status of the login process

Start ( ) : void

Method Details

Awake() public abstract method

public abstract Awake ( ) : void
return void

Login() public abstract method

Redirects the user to the login page of the provider, if already logged in, the user is logged out
public abstract Login ( ) : void
return void

LoginScript_LoginCompleted() public abstract method

Adjusts the interface to the logged in status
public abstract LoginScript_LoginCompleted ( object sender, EventArgs e ) : void
sender object Sender of event
e System.EventArgs Event arguments
return void

LoginScript_LogoutCompleted() public abstract method

Adjusts the interface to the logged out status
public abstract LoginScript_LogoutCompleted ( object sender, EventArgs e ) : void
sender object Sender of event
e System.EventArgs Event arguments
return void

SetLED() public abstract method

Sets the emission color of the given LED renderer based on the online status of the login process
public abstract SetLED ( bool loggedIn ) : void
loggedIn bool
return void

Start() public abstract method

public abstract Start ( ) : void
return void

Property Details

loggedIn protected_oe property

protected bool loggedIn
return bool

oidcProvider protected_oe property

protected IOidcProvider oidcProvider
return IOidcProvider

statusLedRenderer protected_oe property

protected Renderer, statusLedRenderer
return Renderer,