C# Class ProviderLogin, VIAProMa

Implementation of the Login
Inheritance: MonoBehaviour
Afficher le fichier Open project: rwth-acis/VIAProMa Class Usage Examples

Protected Properties

Свойство Type Description
loggedIn bool
oidcProvider IOidcProvider
statusLedRenderer Renderer,

Méthodes publiques

Méthode 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 méthode

public abstract Awake ( ) : void
Résultat void

Login() public abstract méthode

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

LoginScript_LoginCompleted() public abstract méthode

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
Résultat void

LoginScript_LogoutCompleted() public abstract méthode

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
Résultat void

SetLED() public abstract méthode

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
Résultat void

Start() public abstract méthode

public abstract Start ( ) : void
Résultat void

Property Details

loggedIn protected_oe property

protected bool loggedIn
Résultat bool

oidcProvider protected_oe property

protected IOidcProvider oidcProvider
Résultat IOidcProvider

statusLedRenderer protected_oe property

protected Renderer, statusLedRenderer
Résultat Renderer,