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