Initial
This commit is contained in:
14
node_modules/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts
generated
vendored
Normal file
14
node_modules/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* 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
|
||||
Reference in New Issue
Block a user