Skip to content

Latest commit

 

History

History
67 lines (34 loc) · 1.51 KB

MTLSEndpointAliases.md

File metadata and controls

67 lines (34 loc) · 1.51 KB

Interface: MTLSEndpointAliases

💗 Help the project

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]: undefined | string

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.