SDKs
A growing number of SDKs for different languages, frameworks and platforms
Trimble ID SDKs
Trimble provides several SDKs for different languages and frameworks.
.NET
The .NET SDK is a core helper library containing primitives and basic interaction with supported grant types. It is base library for OIDC and OAuth 2.0 related protocol operations. It provides,
- Discovery of endpoints
- Grant Types Token Providers
- Token Validation
- HTTP Client Handler to access a given API with the access token
Currently we support .NET standard 2.0 / .NET Framework > 4.6.1.
Javascript/Typescript
The Javascript/Typescript SDK is a core helper library containing primitives and basic interaction with supported grant types. It is base library for OAuth 2.0 related protocol operations. It provides,
- Discovery of endpoints
- Grant Types Token Providers
- Token Validation
- HTTP Client Handler to access a given API with the access token
React
The React SDK for implements a common React pattern for using Authorization Code flow in a React application
Install the via NPM using you favorite package manager and check out the GitHub Repo for complete documentation.