APIs.io
Search
Providers
APIs
Capabilities
Tags
More
Schemas
AsyncAPI
JSON-LD
Rules
Vocabularies
About
Support
Blog
Blog
Add API
Search
Home
Apache OFBiz
TokenData
Apache OFBiz
· Schema
TokenData
JWT token data returned after successful authentication.
ERP
CRM
E-Commerce
Business Applications
Apache
Java
Open Source
Supply Chain
Properties
Name
Type
Description
access_token
string
JWT access token for Bearer authentication.
token_type
string
Token type, always Bearer.
expires_in
string
Token expiry duration in seconds.
refresh_token
string
Refresh token for obtaining new access tokens.
View JSON Schema on GitHub