APIServer Base Url e.g. https://{APIServerName}/LFRepositoryAPI
Gets the Laserfiche Self-Hosted access token
Repository name
Request body that contains username, password and grant type
Create an access token successfully.
Gets an OAuth access token given an OAuth code
Authorization code
Authorization endpoint redirect uri
Optionalclient_id: stringOPTIONAL OAuth application client id
Optionalclient_secret: stringOPTIONAL OAuth application client secret. Required for web apps.
Optionalcode_verifier: stringOPTIONAL PKCE code verifier. Required for SPA apps.
Optionalscope: stringOPTIONAL The requested space-delimited scopes for the access token.
ProtectedgetOptionalclient_id: stringOptionalclient_secret: stringProtectedobjGets a refreshed access token given a refresh token
Refresh token
Optionalclient_id: stringOPTIONAL OAuth application client id
Optionalclient_secret: stringOPTIONAL OAuth application client secret. Required for web apps.
Constructor for a TokenClient used to interact with the Laserfiche Self-Hosted token endpoint.