# Table of Contents
Table of Contents
IEndpointProvider
Interface for an endpoint provider
RetrieveAuthorizationEndpoint
Retrieves a URL for the Trimble Identity authorization endpoint
Returns PromiseLike<string> A Task that resolves to the value of the URL on completion
RetrieveTokenEndpoint
Retrieves a URL for the Trimble Identity authorization endpoint
Returns PromiseLike<string> A Task that resolves to the value of the URL on completion
RetrieveUserInfoEndpoint
Retrieves a URL for the Trimble Identity authorization endpoint
Returns PromiseLike<string> A Task that resolves to the value of the URL on completion
RetrieveTokenRevocationEndpoint
Retrieves a URL for the Trimble Identity token revocation endpoint
Returns PromiseLike<string> A Task that resolves to the value of the URL on completion
RetrieveEndSessionEndpoint
Retrieves a URL for the Trimble Identity end session endpoint
Returns PromiseLike<string> A Task that resolves to the value of the URL on completion
RetrieveJSONWebKeySetEndpoint
Retrieves a URL for the Trimble Identity authorization endpoint
Returns PromiseLike<string> A Task that resolves to the value of the URL on completion