Package ai.vectros.types
Interface PingResponse.PrincipalTypeStage
- All Known Implementing Classes:
PingResponse.Builder
- Enclosing class:
PingResponse
public static interface PingResponse.PrincipalTypeStage
-
Method Summary
Modifier and TypeMethodDescriptionprincipalType(@NotNull PingResponsePrincipalType principalType) The kind of credential you authenticated with:root_key= an unscopedsk_*API key;scoped_key= anssk_*API key with a bound access profile;token= a short-livedst_*token (its expiry is intokenExpiresAt).
-
Method Details
-
principalType
PingResponse.PrincipalKeyIdStage principalType(@NotNull @NotNull PingResponsePrincipalType principalType) The kind of credential you authenticated with:
root_key= an unscopedsk_*API key;scoped_key= anssk_*API key with a bound access profile;token= a short-livedst_*token (its expiry is intokenExpiresAt).
-