The authorize endpoint supports three response_types: code, id_token, token. If code is present in your parameters, JWTs are not needed for authorization.
get
https://id.trimble.com/oauth/authorize
Token
The token endpoint is use to retrieve an access token.
post
https://id.trimble.com/oauth/token
UserInfo
get
https://id.trimble.com/oauth/userinfo
Logout
get
https://id.trimble.com/oauth/logout
Revoke
The token revocation endpoint is used to revoke, or invalidate, a specific refresh token.