Type alias DowJonesGetAuthNTokenResponse
DowJonesGetAuthNTokenResponse: {
access_token: string;
id_token: string;
refresh_token: string;
token_type: "Bearer";
}
Type declaration
access_token: string
id_token: string
refresh_token: string
token_type: "Bearer"