Classe TAuthTokenClass
Unit
GNRequest
Declaração
type TAuthTokenClass = class(TObject)
Descrição
Hierarquia
Visão Geral
Métodos
Properties
 |
property sandbox: boolean read Fsandbox; |
 |
property access_token: String read FAccess_token write FAccess_token; |
 |
property expire_at: String read FExpire_at write FExpire_at; |
 |
property expires_in: Extended read FExpires_in write FExpires_in; |
 |
property refresh_token: String read FRefresh_token write FRefresh_token; |
 |
property token_type: String read FToken_type write FToken_type; |
Descrição
Métodos
 |
function ToJsonString: string; |
|
Properties
 |
property sandbox: boolean read Fsandbox; |
|
 |
property access_token: String read FAccess_token write FAccess_token; |
|
 |
property expire_at: String read FExpire_at write FExpire_at; |
|
 |
property expires_in: Extended read FExpires_in write FExpires_in; |
|
 |
property refresh_token: String read FRefresh_token write FRefresh_token; |
|
 |
property token_type: String read FToken_type write FToken_type; |
|
JBS Soluções 2015 |