Apache OFBiz · Schema

TokenData

JWT token data returned after successful authentication.

ERPCRME-CommerceBusiness ApplicationsApacheJavaOpen SourceSupply 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