Uses of Class
ai.vectros.types.PingResponsePrincipalType
Packages that use PingResponsePrincipalType
-
Uses of PingResponsePrincipalType in ai.vectros.types
Fields in ai.vectros.types declared as PingResponsePrincipalTypeModifier and TypeFieldDescriptionstatic final PingResponsePrincipalTypePingResponsePrincipalType.ROOT_KEYstatic final PingResponsePrincipalTypePingResponsePrincipalType.SCOPED_KEYstatic final PingResponsePrincipalTypePingResponsePrincipalType.TOKENMethods in ai.vectros.types that return PingResponsePrincipalTypeModifier and TypeMethodDescriptionPingResponse.getPrincipalType()static PingResponsePrincipalTypeMethods in ai.vectros.types with parameters of type PingResponsePrincipalTypeModifier and TypeMethodDescriptionPingResponse.Builder.principalType(@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).PingResponse.PrincipalTypeStage.principalType(@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).