ProtoOARefreshTokenRes

StockSharp.cTrader.Native.Model

* Response to the ProtoOARefreshTokenReq request.

实现: IMessage<ProtoOARefreshTokenRes>, IMessage, IEquatable<ProtoOARefreshTokenRes>, IDeepCloneable<ProtoOARefreshTokenRes>, IBufferMessage

属性

AccessToken : string

The Access Token issued for providing access to the Trader's Account.

ExpiresIn : long

Access Token expiration in seconds.

HasAccessToken : bool

Gets whether the "accessToken" field is set

HasExpiresIn : bool

Gets whether the "expiresIn" field is set

HasPayloadType : bool

Gets whether the "payloadType" field is set

HasRefreshToken : bool

Gets whether the "refreshToken" field is set

HasTokenType : bool

Gets whether the "tokenType" field is set

RefreshToken : string

Your new Refresh Token.

TokenType : string

bearer

方法

ClearAccessToken()

Clears the value of the "accessToken" field

ClearExpiresIn()

Clears the value of the "expiresIn" field

ClearPayloadType()

Clears the value of the "payloadType" field

ClearRefreshToken()

Clears the value of the "refreshToken" field

ClearTokenType()

Clears the value of the "tokenType" field

字段

AccessTokenFieldNumber : int

Field number for the "accessToken" field.

ExpiresInFieldNumber : int

Field number for the "expiresIn" field.

PayloadTypeFieldNumber : int

Field number for the "payloadType" field.

RefreshTokenFieldNumber : int

Field number for the "refreshToken" field.

TokenTypeFieldNumber : int

Field number for the "tokenType" field.