We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AuthorizationState
1 parent bd942af commit 3004802Copy full SHA for 3004802
.changeset/few-boats-train.md
@@ -0,0 +1,5 @@
1
+---
2
+"@openauthjs/openauth": patch
3
4
+
5
+refactor: export `AuthorizationState` for better reusability
packages/openauth/src/authorizer.ts
@@ -23,7 +23,7 @@ export interface OnSuccessResponder<
23
): Promise<Response>
24
}
25
26
-interface AuthorizationState {
+export interface AuthorizationState {
27
redirect_uri: string
28
response_type: string
29
state: string
0 commit comments