-
-
Notifications
You must be signed in to change notification settings - Fork 50
iw4madminapplicationmisc TokenAuthentication
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.Misc
IW4MAdmin.Application.Misc.TokenAuthentication[[TokenAuthentication]]
end
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.ITokenAuthentication[[ITokenAuthentication]]
class SharedLibraryCore.Interfaces.ITokenAuthentication interfaceStyle;
end
SharedLibraryCore.Interfaces.ITokenAuthentication --> IW4MAdmin.Application.Misc.TokenAuthentication
| Returns | Name |
|---|---|
bool |
AuthorizeToken(ITokenIdentifier authInfo) |
TokenState |
GenerateNextToken(ITokenIdentifier authInfo) |
| Returns | Name |
|---|---|
bool |
[`<_generateToken>g__ValidCharacter |
public TokenAuthentication()public virtual bool AuthorizeToken(ITokenIdentifier authInfo)| Type | Name | Description |
|---|---|---|
ITokenIdentifier |
authInfo |
public virtual TokenState GenerateNextToken(ITokenIdentifier authInfo)| Type | Name | Description |
|---|---|---|
ITokenIdentifier |
authInfo |
internal static bool <_generateToken>g__ValidCharacter|7_0(char c)| Type | Name | Description |
|---|---|---|
char |
c |
Generated with ModularDoc