C# Класс ProviderLogin, VIAProMa

Implementation of the Login
Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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,