Type alias DeviceCodePollingResponse
DeviceCodePollingResponse: {
access_token: string;
id: string;
instance_url: string;
issued_at: string;
refresh_token: string;
scope: string;
signature: string;
token_type: string;
} & JsonMap
Type declaration
access_token: string
id: string
instance_url: string
issued_at: string
refresh_token: string
scope: string
signature: string
token_type: string