Add PBandGraphOauth scaffold and auth UI
This commit is contained in:
+16
@@ -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