botbook/node_modules/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

14 lines
No EOL
421 B
TypeScript

/**
* Response returned after processing the code response query string or fragment.
*/
export type AuthorizationCodePayload = {
code: string;
cloud_instance_name?: string;
cloud_instance_host_name?: string;
cloud_graph_host_name?: string;
msgraph_host?: string;
state?: string;
nonce?: string;
client_info?: string;
};
//# sourceMappingURL=AuthorizationCodePayload.d.ts.map