Interface: MTLSEndpointAliases
March 19, 2026 Ā· View on GitHub
Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.
Indexable
[
metadata:string]:string|undefined
Properties
backchannel_authentication_endpoint?
⢠readonly optional backchannel_authentication_endpoint?: string
CIBA Backchannel Authentication Endpoint.
device_authorization_endpoint?
⢠readonly optional device_authorization_endpoint?: string
URL of the authorization server's device authorization endpoint.
introspection_endpoint?
⢠readonly optional introspection_endpoint?: string
URL of the authorization server's introspection endpoint.
pushed_authorization_request_endpoint?
⢠readonly optional pushed_authorization_request_endpoint?: string
URL of the authorization server's pushed authorization request endpoint.
revocation_endpoint?
⢠readonly optional revocation_endpoint?: string
URL of the authorization server's revocation endpoint.
token_endpoint?
⢠readonly optional token_endpoint?: string
URL of the authorization server's token endpoint.
userinfo_endpoint?
⢠readonly optional userinfo_endpoint?: string
URL of the authorization server's UserInfo Endpoint.