Authentication service
- Source:
Methods
(method) SetCurrentLang(LangId) → {void}
Set current language
Parameters:
Name | Type | Description |
---|---|---|
LangId |
int | Language id |
- Source:
Returns:
- Type
- void
(method) SetEmulatedPerson(EmulatedPersonId) → {void}
Set emulated user
Parameters:
Name | Type | Description |
---|---|---|
EmulatedPersonId |
int | Emulated user id |
- Source:
Returns:
- Type
- void
(method) SetUser(User) → {Task.<bool>}
Set user
Parameters:
Name | Type | Description |
---|---|---|
User |
ClaimsPrincipal | User |
- Source:
Returns:
- Result of the operation
- Type
- Task.<bool>