ProtoOARefreshTokenRes
* Response to the ProtoOARefreshTokenReq request.
Implementa: IMessage<ProtoOARefreshTokenRes>, IMessage, IEquatable<ProtoOARefreshTokenRes>, IDeepCloneable<ProtoOARefreshTokenRes>, IBufferMessage
Propiedades
AccessToken : string
The Access Token issued for providing access to the Trader's Account.
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.
Métodos
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
Campos
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.