Package ai.vectros.types
Interface PingResponse.PrincipalKeyIdStage
- All Known Implementing Classes:
PingResponse.Builder
- Enclosing class:
PingResponse
public static interface PingResponse.PrincipalKeyIdStage
-
Method Summary
Modifier and TypeMethodDescriptionprincipalKeyId(@NotNull String principalKeyId) Stable identifier for your credential.
-
Method Details
-
principalKeyId
Stable identifier for your credential. For
sk_*andssk_*keys this is the key id; forst_*tokens it is the token's JWT id (jti), which is unique per mint — two tokens minted for the same user report different values.
-