Registry / auth / ditto-model-jwt

ditto-model-jwt

JSON →
library1.5.1javamavenunverified

Provides JWT model classes for Eclipse Ditto, a framework for creating and managing digital twins in IoT.

<dependency> <groupId>org.eclipse.ditto</groupId> <artifactId>ditto-model-jwt</artifactId> <version>1.5.1</version> </dependency>
INSTALL
IMPORT
SIG · DITTO-MODEL-JWT
D
ditto-model-jwt
authjavav1.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JsonWebToken
org.eclipse.ditto.model.jwt.JsonWebToken

Parses a JWT token and prints its issuer.

import org.eclipse.ditto.model.jwt.JsonWebToken; JsonWebToken jwt = JsonWebToken.fromToken("your.jwt.token"); System.out.println(jwt.getIssuer());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
21
OpenAI (training)
1
Resources
ditto-model-jwt — mvn dependency:get ditto-model-jwt · libregistry