Class AuthDetails
Stores information that is required to identify yourself to SKM. This includes the Token and Version.
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
[Serializable]
public class AuthDetails
Properties
| Edit this page View SourceToken
This token helps SKM to identify you and ensure that you have the required permission. Read more here https://app.cryptolens.io/docs/api/v3/Auth.
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
The version of the method you want to access. By default, it's not needed, however, if you would like to access a newer version, it can be specified. You can read more here https://app.cryptolens.io/docs/api/v3/Versioning
Declaration
public int Version { get; set; }
Property Value
Type | Description |
---|---|
int |