Registry / auth / auth-tokens

auth-tokens

JSON →
library4.3.0javamavenunverified

Palantir library for handling authentication tokens, providing token creation, validation, and serialization.

<dependency> <groupId>com.palantir.tokens</groupId> <artifactId>auth-tokens</artifactId> <version>4.3.0</version> </dependency>
INSTALL
IMPORT
SIG · AUTH-TOKENS
A
auth-tokens
authjavav4.3.0
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.

AuthToken
com.palantir.tokens.auth.AuthToken

Create an AuthToken from a bearer token string.

import com.palantir.tokens.auth.AuthToken; public class AuthTokenExample { public static void main(String[] args) { AuthToken token = AuthToken.valueOf("bearer token123"); System.out.println(token); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Resources
auth-tokens — mvn dependency:get auth-tokens · libregistry