Interface PingResponse.PrincipalTypeStage

All Known Implementing Classes:
PingResponse.Builder
Enclosing class:
PingResponse

public static interface PingResponse.PrincipalTypeStage
  • Method Summary

    Modifier and Type
    Method
    Description
    principalType(@NotNull PingResponsePrincipalType principalType)
    The kind of credential you authenticated with: root_key = an unscoped sk_* API key; scoped_key = an ssk_* API key with a bound access profile; token = a short-lived st_* token (its expiry is in tokenExpiresAt).
  • Method Details

    • principalType

      PingResponse.PrincipalKeyIdStage principalType(@NotNull @NotNull PingResponsePrincipalType principalType)

      The kind of credential you authenticated with: root_key = an unscoped sk_* API key; scoped_key = an ssk_* API key with a bound access profile; token = a short-lived st_* token (its expiry is in tokenExpiresAt).