Eplan Platform API
Eplan.IdentityClient Namespace / IdentityClientResponse Class / AccessToken Property

In This Topic
    AccessToken Property
    In This Topic
    Access token value.
    Syntax
    public string AccessToken {get; set;}
    public:
    property String^ AccessToken {
       String^ get();
       void set (    String^ value);
    }
    See Also