@atproto/oauth-types 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/atproto-oauth-scope.d.ts +1 -1
- package/dist/oauth-authorization-code-grant-token-request.d.ts +4 -4
- package/dist/oauth-authorization-request-par.d.ts +27 -27
- package/dist/oauth-authorization-request-parameters.d.ts +27 -27
- package/dist/oauth-authorization-request-query.d.ts +27 -27
- package/dist/oauth-authorization-server-metadata.d.ts +107 -107
- package/dist/oauth-client-id-loopback.d.ts +2 -2
- package/dist/oauth-client-metadata.d.ts +127 -127
- package/dist/oauth-client-metadata.d.ts.map +1 -1
- package/dist/oauth-endpoint-name.d.ts +1 -1
- package/dist/oauth-endpoint-name.d.ts.map +1 -1
- package/dist/oauth-issuer-identifier.d.ts +1 -1
- package/dist/oauth-par-response.d.ts +2 -2
- package/dist/oauth-password-grant-token-request.d.ts +2 -2
- package/dist/oauth-protected-resource-metadata.d.ts +15 -15
- package/dist/oauth-redirect-uri.d.ts +3 -3
- package/dist/oauth-refresh-token-grant-token-request.d.ts +2 -2
- package/dist/oauth-scope.d.ts.map +1 -1
- package/dist/oauth-token-identification.d.ts +2 -2
- package/dist/oauth-token-request.d.ts +8 -8
- package/dist/oidc-claims-properties.d.ts +2 -2
- package/dist/oidc-userinfo.d.ts +6 -6
- package/dist/uri.d.ts +2 -2
- package/dist/util.d.ts.map +1 -1
- package/package.json +5 -7
- package/tsconfig.build.json +2 -2
- package/tsconfig.build.tsbuildinfo +1 -1
- package/tsconfig.json +1 -1
|
@@ -6,7 +6,7 @@ import { z } from 'zod';
|
|
|
6
6
|
* environment.
|
|
7
7
|
*/
|
|
8
8
|
export declare const oauthAuthorizationServerMetadataSchema: z.ZodObject<{
|
|
9
|
-
issuer: z.ZodEffects<z.ZodEffects<z.ZodString,
|
|
9
|
+
issuer: z.ZodEffects<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>;
|
|
10
10
|
claims_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11
11
|
claims_locales_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12
12
|
claims_parameter_supported: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -27,28 +27,24 @@ export declare const oauthAuthorizationServerMetadataSchema: z.ZodObject<{
|
|
|
27
27
|
authorization_details_types_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
28
28
|
request_object_encryption_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
29
29
|
request_object_encryption_enc_values_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
30
|
-
jwks_uri: z.ZodOptional<z.ZodEffects<z.ZodString,
|
|
31
|
-
authorization_endpoint: z.ZodEffects<z.ZodString,
|
|
32
|
-
token_endpoint: z.ZodEffects<z.ZodString,
|
|
30
|
+
jwks_uri: z.ZodOptional<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>>;
|
|
31
|
+
authorization_endpoint: z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>;
|
|
32
|
+
token_endpoint: z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>;
|
|
33
33
|
token_endpoint_auth_methods_supported: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
34
34
|
token_endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
35
|
-
revocation_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString,
|
|
36
|
-
introspection_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString,
|
|
37
|
-
pushed_authorization_request_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString,
|
|
35
|
+
revocation_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>>;
|
|
36
|
+
introspection_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>>;
|
|
37
|
+
pushed_authorization_request_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>>;
|
|
38
38
|
require_pushed_authorization_requests: z.ZodOptional<z.ZodBoolean>;
|
|
39
|
-
userinfo_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString,
|
|
40
|
-
end_session_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString,
|
|
41
|
-
registration_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString,
|
|
39
|
+
userinfo_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>>;
|
|
40
|
+
end_session_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>>;
|
|
41
|
+
registration_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>>;
|
|
42
42
|
dpop_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
43
|
-
protected_resources: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString,
|
|
43
|
+
protected_resources: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>, "many">>;
|
|
44
44
|
client_id_metadata_document_supported: z.ZodOptional<z.ZodBoolean>;
|
|
45
45
|
prompt_values_supported: z.ZodOptional<z.ZodArray<z.ZodEnum<["none", "login", "consent", "select_account", "create"]>, "many">>;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
issuer:
|
|
48
|
-
authorization_endpoint: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}`;
|
|
49
|
-
token_endpoint: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}`;
|
|
50
|
-
token_endpoint_auth_methods_supported: string[];
|
|
51
|
-
jwks_uri?: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}` | undefined;
|
|
47
|
+
issuer: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
52
48
|
claims_supported?: string[] | undefined;
|
|
53
49
|
claims_locales_supported?: string[] | undefined;
|
|
54
50
|
claims_parameter_supported?: boolean | undefined;
|
|
@@ -69,23 +65,24 @@ export declare const oauthAuthorizationServerMetadataSchema: z.ZodObject<{
|
|
|
69
65
|
authorization_details_types_supported?: string[] | undefined;
|
|
70
66
|
request_object_encryption_alg_values_supported?: string[] | undefined;
|
|
71
67
|
request_object_encryption_enc_values_supported?: string[] | undefined;
|
|
68
|
+
jwks_uri?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
69
|
+
authorization_endpoint: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
70
|
+
token_endpoint: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
71
|
+
token_endpoint_auth_methods_supported: string[];
|
|
72
72
|
token_endpoint_auth_signing_alg_values_supported?: string[] | undefined;
|
|
73
|
-
revocation_endpoint?:
|
|
74
|
-
introspection_endpoint?:
|
|
75
|
-
pushed_authorization_request_endpoint?:
|
|
73
|
+
revocation_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
74
|
+
introspection_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
75
|
+
pushed_authorization_request_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
76
76
|
require_pushed_authorization_requests?: boolean | undefined;
|
|
77
|
-
userinfo_endpoint?:
|
|
78
|
-
end_session_endpoint?:
|
|
79
|
-
registration_endpoint?:
|
|
77
|
+
userinfo_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
78
|
+
end_session_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
79
|
+
registration_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
80
80
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
|
81
|
-
protected_resources?: (
|
|
81
|
+
protected_resources?: ("http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`)[] | undefined;
|
|
82
82
|
client_id_metadata_document_supported?: boolean | undefined;
|
|
83
|
-
prompt_values_supported?: ("
|
|
83
|
+
prompt_values_supported?: ("consent" | "create" | "login" | "none" | "select_account")[] | undefined;
|
|
84
84
|
}, {
|
|
85
85
|
issuer: string;
|
|
86
|
-
authorization_endpoint: string;
|
|
87
|
-
token_endpoint: string;
|
|
88
|
-
jwks_uri?: string | undefined;
|
|
89
86
|
claims_supported?: string[] | undefined;
|
|
90
87
|
claims_locales_supported?: string[] | undefined;
|
|
91
88
|
claims_parameter_supported?: boolean | undefined;
|
|
@@ -106,6 +103,9 @@ export declare const oauthAuthorizationServerMetadataSchema: z.ZodObject<{
|
|
|
106
103
|
authorization_details_types_supported?: string[] | undefined;
|
|
107
104
|
request_object_encryption_alg_values_supported?: string[] | undefined;
|
|
108
105
|
request_object_encryption_enc_values_supported?: string[] | undefined;
|
|
106
|
+
jwks_uri?: string | undefined;
|
|
107
|
+
authorization_endpoint: string;
|
|
108
|
+
token_endpoint: string;
|
|
109
109
|
token_endpoint_auth_methods_supported?: string[] | undefined;
|
|
110
110
|
token_endpoint_auth_signing_alg_values_supported?: string[] | undefined;
|
|
111
111
|
revocation_endpoint?: string | undefined;
|
|
@@ -118,11 +118,11 @@ export declare const oauthAuthorizationServerMetadataSchema: z.ZodObject<{
|
|
|
118
118
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
|
119
119
|
protected_resources?: string[] | undefined;
|
|
120
120
|
client_id_metadata_document_supported?: boolean | undefined;
|
|
121
|
-
prompt_values_supported?: ("
|
|
121
|
+
prompt_values_supported?: ("consent" | "create" | "login" | "none" | "select_account")[] | undefined;
|
|
122
122
|
}>;
|
|
123
123
|
export type OAuthAuthorizationServerMetadata = z.infer<typeof oauthAuthorizationServerMetadataSchema>;
|
|
124
124
|
export declare const oauthAuthorizationServerMetadataValidator: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
125
|
-
issuer: z.ZodEffects<z.ZodEffects<z.ZodString,
|
|
125
|
+
issuer: z.ZodEffects<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>;
|
|
126
126
|
claims_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
127
127
|
claims_locales_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
128
128
|
claims_parameter_supported: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -143,28 +143,24 @@ export declare const oauthAuthorizationServerMetadataValidator: z.ZodEffects<z.Z
|
|
|
143
143
|
authorization_details_types_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
144
144
|
request_object_encryption_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
145
145
|
request_object_encryption_enc_values_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
146
|
-
jwks_uri: z.ZodOptional<z.ZodEffects<z.ZodString,
|
|
147
|
-
authorization_endpoint: z.ZodEffects<z.ZodString,
|
|
148
|
-
token_endpoint: z.ZodEffects<z.ZodString,
|
|
146
|
+
jwks_uri: z.ZodOptional<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>>;
|
|
147
|
+
authorization_endpoint: z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>;
|
|
148
|
+
token_endpoint: z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>;
|
|
149
149
|
token_endpoint_auth_methods_supported: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
150
150
|
token_endpoint_auth_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
151
|
-
revocation_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString,
|
|
152
|
-
introspection_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString,
|
|
153
|
-
pushed_authorization_request_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString,
|
|
151
|
+
revocation_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>>;
|
|
152
|
+
introspection_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>>;
|
|
153
|
+
pushed_authorization_request_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>>;
|
|
154
154
|
require_pushed_authorization_requests: z.ZodOptional<z.ZodBoolean>;
|
|
155
|
-
userinfo_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString,
|
|
156
|
-
end_session_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString,
|
|
157
|
-
registration_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString,
|
|
155
|
+
userinfo_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>>;
|
|
156
|
+
end_session_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>>;
|
|
157
|
+
registration_endpoint: z.ZodOptional<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>>;
|
|
158
158
|
dpop_signing_alg_values_supported: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
159
|
-
protected_resources: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString,
|
|
159
|
+
protected_resources: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`, string>, "many">>;
|
|
160
160
|
client_id_metadata_document_supported: z.ZodOptional<z.ZodBoolean>;
|
|
161
161
|
prompt_values_supported: z.ZodOptional<z.ZodArray<z.ZodEnum<["none", "login", "consent", "select_account", "create"]>, "many">>;
|
|
162
162
|
}, "strip", z.ZodTypeAny, {
|
|
163
|
-
issuer:
|
|
164
|
-
authorization_endpoint: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}`;
|
|
165
|
-
token_endpoint: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}`;
|
|
166
|
-
token_endpoint_auth_methods_supported: string[];
|
|
167
|
-
jwks_uri?: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}` | undefined;
|
|
163
|
+
issuer: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
168
164
|
claims_supported?: string[] | undefined;
|
|
169
165
|
claims_locales_supported?: string[] | undefined;
|
|
170
166
|
claims_parameter_supported?: boolean | undefined;
|
|
@@ -185,23 +181,24 @@ export declare const oauthAuthorizationServerMetadataValidator: z.ZodEffects<z.Z
|
|
|
185
181
|
authorization_details_types_supported?: string[] | undefined;
|
|
186
182
|
request_object_encryption_alg_values_supported?: string[] | undefined;
|
|
187
183
|
request_object_encryption_enc_values_supported?: string[] | undefined;
|
|
184
|
+
jwks_uri?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
185
|
+
authorization_endpoint: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
186
|
+
token_endpoint: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
187
|
+
token_endpoint_auth_methods_supported: string[];
|
|
188
188
|
token_endpoint_auth_signing_alg_values_supported?: string[] | undefined;
|
|
189
|
-
revocation_endpoint?:
|
|
190
|
-
introspection_endpoint?:
|
|
191
|
-
pushed_authorization_request_endpoint?:
|
|
189
|
+
revocation_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
190
|
+
introspection_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
191
|
+
pushed_authorization_request_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
192
192
|
require_pushed_authorization_requests?: boolean | undefined;
|
|
193
|
-
userinfo_endpoint?:
|
|
194
|
-
end_session_endpoint?:
|
|
195
|
-
registration_endpoint?:
|
|
193
|
+
userinfo_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
194
|
+
end_session_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
195
|
+
registration_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
196
196
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
|
197
|
-
protected_resources?: (
|
|
197
|
+
protected_resources?: ("http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`)[] | undefined;
|
|
198
198
|
client_id_metadata_document_supported?: boolean | undefined;
|
|
199
|
-
prompt_values_supported?: ("
|
|
199
|
+
prompt_values_supported?: ("consent" | "create" | "login" | "none" | "select_account")[] | undefined;
|
|
200
200
|
}, {
|
|
201
201
|
issuer: string;
|
|
202
|
-
authorization_endpoint: string;
|
|
203
|
-
token_endpoint: string;
|
|
204
|
-
jwks_uri?: string | undefined;
|
|
205
202
|
claims_supported?: string[] | undefined;
|
|
206
203
|
claims_locales_supported?: string[] | undefined;
|
|
207
204
|
claims_parameter_supported?: boolean | undefined;
|
|
@@ -222,6 +219,9 @@ export declare const oauthAuthorizationServerMetadataValidator: z.ZodEffects<z.Z
|
|
|
222
219
|
authorization_details_types_supported?: string[] | undefined;
|
|
223
220
|
request_object_encryption_alg_values_supported?: string[] | undefined;
|
|
224
221
|
request_object_encryption_enc_values_supported?: string[] | undefined;
|
|
222
|
+
jwks_uri?: string | undefined;
|
|
223
|
+
authorization_endpoint: string;
|
|
224
|
+
token_endpoint: string;
|
|
225
225
|
token_endpoint_auth_methods_supported?: string[] | undefined;
|
|
226
226
|
token_endpoint_auth_signing_alg_values_supported?: string[] | undefined;
|
|
227
227
|
revocation_endpoint?: string | undefined;
|
|
@@ -234,13 +234,9 @@ export declare const oauthAuthorizationServerMetadataValidator: z.ZodEffects<z.Z
|
|
|
234
234
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
|
235
235
|
protected_resources?: string[] | undefined;
|
|
236
236
|
client_id_metadata_document_supported?: boolean | undefined;
|
|
237
|
-
prompt_values_supported?: ("
|
|
237
|
+
prompt_values_supported?: ("consent" | "create" | "login" | "none" | "select_account")[] | undefined;
|
|
238
238
|
}>, {
|
|
239
|
-
issuer:
|
|
240
|
-
authorization_endpoint: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}`;
|
|
241
|
-
token_endpoint: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}`;
|
|
242
|
-
token_endpoint_auth_methods_supported: string[];
|
|
243
|
-
jwks_uri?: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}` | undefined;
|
|
239
|
+
issuer: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
244
240
|
claims_supported?: string[] | undefined;
|
|
245
241
|
claims_locales_supported?: string[] | undefined;
|
|
246
242
|
claims_parameter_supported?: boolean | undefined;
|
|
@@ -261,23 +257,24 @@ export declare const oauthAuthorizationServerMetadataValidator: z.ZodEffects<z.Z
|
|
|
261
257
|
authorization_details_types_supported?: string[] | undefined;
|
|
262
258
|
request_object_encryption_alg_values_supported?: string[] | undefined;
|
|
263
259
|
request_object_encryption_enc_values_supported?: string[] | undefined;
|
|
260
|
+
jwks_uri?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
261
|
+
authorization_endpoint: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
262
|
+
token_endpoint: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
263
|
+
token_endpoint_auth_methods_supported: string[];
|
|
264
264
|
token_endpoint_auth_signing_alg_values_supported?: string[] | undefined;
|
|
265
|
-
revocation_endpoint?:
|
|
266
|
-
introspection_endpoint?:
|
|
267
|
-
pushed_authorization_request_endpoint?:
|
|
265
|
+
revocation_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
266
|
+
introspection_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
267
|
+
pushed_authorization_request_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
268
268
|
require_pushed_authorization_requests?: boolean | undefined;
|
|
269
|
-
userinfo_endpoint?:
|
|
270
|
-
end_session_endpoint?:
|
|
271
|
-
registration_endpoint?:
|
|
269
|
+
userinfo_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
270
|
+
end_session_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
271
|
+
registration_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
272
272
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
|
273
|
-
protected_resources?: (
|
|
273
|
+
protected_resources?: ("http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`)[] | undefined;
|
|
274
274
|
client_id_metadata_document_supported?: boolean | undefined;
|
|
275
|
-
prompt_values_supported?: ("
|
|
275
|
+
prompt_values_supported?: ("consent" | "create" | "login" | "none" | "select_account")[] | undefined;
|
|
276
276
|
}, {
|
|
277
277
|
issuer: string;
|
|
278
|
-
authorization_endpoint: string;
|
|
279
|
-
token_endpoint: string;
|
|
280
|
-
jwks_uri?: string | undefined;
|
|
281
278
|
claims_supported?: string[] | undefined;
|
|
282
279
|
claims_locales_supported?: string[] | undefined;
|
|
283
280
|
claims_parameter_supported?: boolean | undefined;
|
|
@@ -298,6 +295,9 @@ export declare const oauthAuthorizationServerMetadataValidator: z.ZodEffects<z.Z
|
|
|
298
295
|
authorization_details_types_supported?: string[] | undefined;
|
|
299
296
|
request_object_encryption_alg_values_supported?: string[] | undefined;
|
|
300
297
|
request_object_encryption_enc_values_supported?: string[] | undefined;
|
|
298
|
+
jwks_uri?: string | undefined;
|
|
299
|
+
authorization_endpoint: string;
|
|
300
|
+
token_endpoint: string;
|
|
301
301
|
token_endpoint_auth_methods_supported?: string[] | undefined;
|
|
302
302
|
token_endpoint_auth_signing_alg_values_supported?: string[] | undefined;
|
|
303
303
|
revocation_endpoint?: string | undefined;
|
|
@@ -310,13 +310,9 @@ export declare const oauthAuthorizationServerMetadataValidator: z.ZodEffects<z.Z
|
|
|
310
310
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
|
311
311
|
protected_resources?: string[] | undefined;
|
|
312
312
|
client_id_metadata_document_supported?: boolean | undefined;
|
|
313
|
-
prompt_values_supported?: ("
|
|
313
|
+
prompt_values_supported?: ("consent" | "create" | "login" | "none" | "select_account")[] | undefined;
|
|
314
314
|
}>, {
|
|
315
|
-
issuer:
|
|
316
|
-
authorization_endpoint: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}`;
|
|
317
|
-
token_endpoint: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}`;
|
|
318
|
-
token_endpoint_auth_methods_supported: string[];
|
|
319
|
-
jwks_uri?: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}` | undefined;
|
|
315
|
+
issuer: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
320
316
|
claims_supported?: string[] | undefined;
|
|
321
317
|
claims_locales_supported?: string[] | undefined;
|
|
322
318
|
claims_parameter_supported?: boolean | undefined;
|
|
@@ -337,23 +333,24 @@ export declare const oauthAuthorizationServerMetadataValidator: z.ZodEffects<z.Z
|
|
|
337
333
|
authorization_details_types_supported?: string[] | undefined;
|
|
338
334
|
request_object_encryption_alg_values_supported?: string[] | undefined;
|
|
339
335
|
request_object_encryption_enc_values_supported?: string[] | undefined;
|
|
336
|
+
jwks_uri?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
337
|
+
authorization_endpoint: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
338
|
+
token_endpoint: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
339
|
+
token_endpoint_auth_methods_supported: string[];
|
|
340
340
|
token_endpoint_auth_signing_alg_values_supported?: string[] | undefined;
|
|
341
|
-
revocation_endpoint?:
|
|
342
|
-
introspection_endpoint?:
|
|
343
|
-
pushed_authorization_request_endpoint?:
|
|
341
|
+
revocation_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
342
|
+
introspection_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
343
|
+
pushed_authorization_request_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
344
344
|
require_pushed_authorization_requests?: boolean | undefined;
|
|
345
|
-
userinfo_endpoint?:
|
|
346
|
-
end_session_endpoint?:
|
|
347
|
-
registration_endpoint?:
|
|
345
|
+
userinfo_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
346
|
+
end_session_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
347
|
+
registration_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
348
348
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
|
349
|
-
protected_resources?: (
|
|
349
|
+
protected_resources?: ("http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`)[] | undefined;
|
|
350
350
|
client_id_metadata_document_supported?: boolean | undefined;
|
|
351
|
-
prompt_values_supported?: ("
|
|
351
|
+
prompt_values_supported?: ("consent" | "create" | "login" | "none" | "select_account")[] | undefined;
|
|
352
352
|
}, {
|
|
353
353
|
issuer: string;
|
|
354
|
-
authorization_endpoint: string;
|
|
355
|
-
token_endpoint: string;
|
|
356
|
-
jwks_uri?: string | undefined;
|
|
357
354
|
claims_supported?: string[] | undefined;
|
|
358
355
|
claims_locales_supported?: string[] | undefined;
|
|
359
356
|
claims_parameter_supported?: boolean | undefined;
|
|
@@ -374,6 +371,9 @@ export declare const oauthAuthorizationServerMetadataValidator: z.ZodEffects<z.Z
|
|
|
374
371
|
authorization_details_types_supported?: string[] | undefined;
|
|
375
372
|
request_object_encryption_alg_values_supported?: string[] | undefined;
|
|
376
373
|
request_object_encryption_enc_values_supported?: string[] | undefined;
|
|
374
|
+
jwks_uri?: string | undefined;
|
|
375
|
+
authorization_endpoint: string;
|
|
376
|
+
token_endpoint: string;
|
|
377
377
|
token_endpoint_auth_methods_supported?: string[] | undefined;
|
|
378
378
|
token_endpoint_auth_signing_alg_values_supported?: string[] | undefined;
|
|
379
379
|
revocation_endpoint?: string | undefined;
|
|
@@ -386,13 +386,9 @@ export declare const oauthAuthorizationServerMetadataValidator: z.ZodEffects<z.Z
|
|
|
386
386
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
|
387
387
|
protected_resources?: string[] | undefined;
|
|
388
388
|
client_id_metadata_document_supported?: boolean | undefined;
|
|
389
|
-
prompt_values_supported?: ("
|
|
389
|
+
prompt_values_supported?: ("consent" | "create" | "login" | "none" | "select_account")[] | undefined;
|
|
390
390
|
}>, {
|
|
391
|
-
issuer:
|
|
392
|
-
authorization_endpoint: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}`;
|
|
393
|
-
token_endpoint: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}`;
|
|
394
|
-
token_endpoint_auth_methods_supported: string[];
|
|
395
|
-
jwks_uri?: `http://[::1]${string}` | "http://localhost" | `http://localhost#${string}` | `http://localhost?${string}` | `http://localhost/${string}` | `http://localhost:${string}` | "http://127.0.0.1" | `http://127.0.0.1#${string}` | `http://127.0.0.1?${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `https://${string}` | undefined;
|
|
391
|
+
issuer: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
396
392
|
claims_supported?: string[] | undefined;
|
|
397
393
|
claims_locales_supported?: string[] | undefined;
|
|
398
394
|
claims_parameter_supported?: boolean | undefined;
|
|
@@ -413,23 +409,24 @@ export declare const oauthAuthorizationServerMetadataValidator: z.ZodEffects<z.Z
|
|
|
413
409
|
authorization_details_types_supported?: string[] | undefined;
|
|
414
410
|
request_object_encryption_alg_values_supported?: string[] | undefined;
|
|
415
411
|
request_object_encryption_enc_values_supported?: string[] | undefined;
|
|
412
|
+
jwks_uri?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
413
|
+
authorization_endpoint: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
414
|
+
token_endpoint: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`;
|
|
415
|
+
token_endpoint_auth_methods_supported: string[];
|
|
416
416
|
token_endpoint_auth_signing_alg_values_supported?: string[] | undefined;
|
|
417
|
-
revocation_endpoint?:
|
|
418
|
-
introspection_endpoint?:
|
|
419
|
-
pushed_authorization_request_endpoint?:
|
|
417
|
+
revocation_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
418
|
+
introspection_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
419
|
+
pushed_authorization_request_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
420
420
|
require_pushed_authorization_requests?: boolean | undefined;
|
|
421
|
-
userinfo_endpoint?:
|
|
422
|
-
end_session_endpoint?:
|
|
423
|
-
registration_endpoint?:
|
|
421
|
+
userinfo_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
422
|
+
end_session_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
423
|
+
registration_endpoint?: "http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}` | undefined;
|
|
424
424
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
|
425
|
-
protected_resources?: (
|
|
425
|
+
protected_resources?: ("http://127.0.0.1" | "http://localhost" | `http://127.0.0.1#${string}` | `http://127.0.0.1/${string}` | `http://127.0.0.1:${string}` | `http://127.0.0.1?${string}` | `http://[::1]${string}` | `http://localhost#${string}` | `http://localhost/${string}` | `http://localhost:${string}` | `http://localhost?${string}` | `https://${string}`)[] | undefined;
|
|
426
426
|
client_id_metadata_document_supported?: boolean | undefined;
|
|
427
|
-
prompt_values_supported?: ("
|
|
427
|
+
prompt_values_supported?: ("consent" | "create" | "login" | "none" | "select_account")[] | undefined;
|
|
428
428
|
}, {
|
|
429
429
|
issuer: string;
|
|
430
|
-
authorization_endpoint: string;
|
|
431
|
-
token_endpoint: string;
|
|
432
|
-
jwks_uri?: string | undefined;
|
|
433
430
|
claims_supported?: string[] | undefined;
|
|
434
431
|
claims_locales_supported?: string[] | undefined;
|
|
435
432
|
claims_parameter_supported?: boolean | undefined;
|
|
@@ -450,6 +447,9 @@ export declare const oauthAuthorizationServerMetadataValidator: z.ZodEffects<z.Z
|
|
|
450
447
|
authorization_details_types_supported?: string[] | undefined;
|
|
451
448
|
request_object_encryption_alg_values_supported?: string[] | undefined;
|
|
452
449
|
request_object_encryption_enc_values_supported?: string[] | undefined;
|
|
450
|
+
jwks_uri?: string | undefined;
|
|
451
|
+
authorization_endpoint: string;
|
|
452
|
+
token_endpoint: string;
|
|
453
453
|
token_endpoint_auth_methods_supported?: string[] | undefined;
|
|
454
454
|
token_endpoint_auth_signing_alg_values_supported?: string[] | undefined;
|
|
455
455
|
revocation_endpoint?: string | undefined;
|
|
@@ -462,6 +462,6 @@ export declare const oauthAuthorizationServerMetadataValidator: z.ZodEffects<z.Z
|
|
|
462
462
|
dpop_signing_alg_values_supported?: string[] | undefined;
|
|
463
463
|
protected_resources?: string[] | undefined;
|
|
464
464
|
client_id_metadata_document_supported?: boolean | undefined;
|
|
465
|
-
prompt_values_supported?: ("
|
|
465
|
+
prompt_values_supported?: ("consent" | "create" | "login" | "none" | "select_account")[] | undefined;
|
|
466
466
|
}>;
|
|
467
467
|
//# sourceMappingURL=oauth-authorization-server-metadata.d.ts.map
|
|
@@ -6,10 +6,10 @@ export type OAuthLoopbackClientIdParams = {
|
|
|
6
6
|
scope?: OAuthScope;
|
|
7
7
|
redirect_uris?: [OAuthLoopbackRedirectURI, ...OAuthLoopbackRedirectURI[]];
|
|
8
8
|
};
|
|
9
|
-
export declare const oauthClientIdLoopbackSchema: import("zod").ZodEffects<import("zod").ZodString, "http://localhost" |
|
|
9
|
+
export declare const oauthClientIdLoopbackSchema: import("zod").ZodEffects<import("zod").ZodString, "http://localhost" | "http://localhost/" | `http://localhost/?${string}` | `http://localhost?${string}`, string>;
|
|
10
10
|
export declare function assertOAuthLoopbackClientId(input: string): asserts input is OAuthClientIdLoopback;
|
|
11
11
|
export declare function isOAuthClientIdLoopback<T extends string>(input: T): input is T & OAuthClientIdLoopback;
|
|
12
|
-
export declare function asOAuthClientIdLoopback<T extends string>(input: T): (T & "http://localhost") | (T &
|
|
12
|
+
export declare function asOAuthClientIdLoopback<T extends string>(input: T): (T & "http://localhost") | (T & "http://localhost/") | (T & `http://localhost/?${string}`) | (T & `http://localhost?${string}`);
|
|
13
13
|
export declare function parseOAuthLoopbackClientId(input: string): OAuthLoopbackClientIdParams;
|
|
14
14
|
/**
|
|
15
15
|
* Similar to Zod's {@link SafeParseReturnType} but uses a simple "message"
|