C# 클래스 ProviderLogin, VIAProMa

Implementation of the Login
상속: MonoBehaviour
파일 보기 프로젝트 열기: rwth-acis/VIAProMa 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
loggedIn bool
oidcProvider IOidcProvider
statusLedRenderer Renderer,

공개 메소드들

메소드 설명
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

메소드 상세

Awake() 공개 추상적인 메소드

public abstract Awake ( ) : void
리턴 void

Login() 공개 추상적인 메소드

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

LoginScript_LoginCompleted() 공개 추상적인 메소드

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
리턴 void

LoginScript_LogoutCompleted() 공개 추상적인 메소드

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
리턴 void

SetLED() 공개 추상적인 메소드

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
리턴 void

Start() 공개 추상적인 메소드

public abstract Start ( ) : void
리턴 void

프로퍼티 상세

loggedIn 보호되어 있는 프로퍼티

protected bool loggedIn
리턴 bool

oidcProvider 보호되어 있는 프로퍼티

protected IOidcProvider oidcProvider
리턴 IOidcProvider

statusLedRenderer 보호되어 있는 프로퍼티

protected Renderer, statusLedRenderer
리턴 Renderer,