sharedlibrarycorecommands RequestTokenCommand - RaidMax/IW4M-Admin GitHub Wiki
Public class
RequestTokenCommand Description
Generates a token for use in webfront login
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Commands
SharedLibraryCore.Commands.RequestTokenCommand[RequestTokenCommand](/RaidMax/IW4M-Admin/wiki/RequestTokenCommand)
end
subgraph SharedLibraryCore
SharedLibraryCore.Command[Command](/RaidMax/IW4M-Admin/wiki/Command)
class SharedLibraryCore.Command abstractStyle;
end
SharedLibraryCore.Command --> SharedLibraryCore.Commands.RequestTokenCommand
Members
Methods
Public methods
Returns | Name |
---|---|
Task |
ExecuteAsync (GameEvent gameEvent) |
Details
Summary
Generates a token for use in webfront login
Inheritance
Constructors
RequestTokenCommand
public RequestTokenCommand(CommandConfiguration config, ITranslationLookup lookup)
Arguments
Type | Name | Description |
---|---|---|
CommandConfiguration |
config | |
ITranslationLookup |
lookup |
Methods
ExecuteAsync
public override Task ExecuteAsync(GameEvent gameEvent)
Arguments
Type | Name | Description |
---|---|---|
GameEvent |
gameEvent |
Generated with ModularDoc