@authgear/nextjs / index / OIDCConfiguration
Interface: OIDCConfiguration
Defined in: src/types.ts:125
Properties
authorization_endpoint
authorization_endpoint:
string
Defined in: src/types.ts:126
end_session_endpoint
end_session_endpoint:
string
Defined in: src/types.ts:130
issuer
issuer:
string
Defined in: src/types.ts:132
jwks_uri
jwks_uri:
string
Defined in: src/types.ts:131
revocation_endpoint
revocation_endpoint:
string
Defined in: src/types.ts:129
token_endpoint
token_endpoint:
string
Defined in: src/types.ts:127
userinfo_endpoint
userinfo_endpoint:
string
Defined in: src/types.ts:128
Last updated on