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

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