Class AuthenticationTokenData
This structure is stored inside external JWT This is done for compatibility reasons with older versions of clients.
Inherited Members
Namespace: EyeAuras.Shared.Sharing
Assembly: EyeAuras.Shared.Metadata.dll
Syntax
public sealed record AuthenticationTokenData : IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, IEquatable<AuthenticationTokenData>
Constructors
| Name | Description |
|---|---|
| AuthenticationTokenData() |
Properties
| Name | Description |
|---|---|
| AssemblyKeyByName | |
| CodeBlobs | |
| License | |
| ServerVersion | |
| Token | Inner token, contains serialized License |
| Version |
Methods
| Name | Description |
|---|---|
| Equals(AuthenticationTokenData?) | |
| Equals(object?) | |
| GetHashCode() | |
| ToString() | |
| <Clone>$() |
Operators
| Name | Description |
|---|---|
| operator ==(AuthenticationTokenData?, AuthenticationTokenData?) | |
| operator !=(AuthenticationTokenData?, AuthenticationTokenData?) |