NotionOAuthEndpoints
Defined in: src/lib/auth/notion-primitives.ts:36
Endpoints discovered via RFC 8414 OAuth Server Metadata.
Properties
authorization_endpoint
authorization_endpoint:
string
Defined in: src/lib/auth/notion-primitives.ts:37
code_challenge_methods_supported?
optionalcode_challenge_methods_supported:string[]
Defined in: src/lib/auth/notion-primitives.ts:42
registration_endpoint?
optionalregistration_endpoint:string
Defined in: src/lib/auth/notion-primitives.ts:39
response_types_supported?
optionalresponse_types_supported:string[]
Defined in: src/lib/auth/notion-primitives.ts:41
scopes_supported?
optionalscopes_supported:string[]
Defined in: src/lib/auth/notion-primitives.ts:40
token_endpoint
token_endpoint:
string
Defined in: src/lib/auth/notion-primitives.ts:38
Last updated on