Commit iniziale
This commit is contained in:
16
node_modules/@azure/msal-common/dist/crypto/SignedHttpRequest.d.ts
generated
vendored
Normal file
16
node_modules/@azure/msal-common/dist/crypto/SignedHttpRequest.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import { JoseHeaderOptions } from "./JoseHeader.js";
|
||||
export type SignedHttpRequest = {
|
||||
at?: string;
|
||||
cnf?: object;
|
||||
m?: string;
|
||||
u?: string;
|
||||
p?: string;
|
||||
q?: [Array<string>, string];
|
||||
ts?: number;
|
||||
nonce?: string;
|
||||
client_claims?: string;
|
||||
};
|
||||
export type ShrOptions = {
|
||||
header: JoseHeaderOptions;
|
||||
};
|
||||
//# sourceMappingURL=SignedHttpRequest.d.ts.map
|
||||
Reference in New Issue
Block a user