Search Results for

    Show / Hide Table of Contents

    Class AuthDetails

    Stores information that is required to identify yourself to SKM. This includes the Token and Version.

    Inheritance
    object
    AuthDetails
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKM.V3.Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    [Serializable]
    public class AuthDetails

    Properties

    | Edit this page View Source

    Token

    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
    | Edit this page View Source

    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
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB