ApiCredentialResponse

  • When the credential was issued.

  • The person who issued the credential, or null if that record is unavailable.

    Properties: 3
  • The environment this credential authenticates against: development or production.

    values
    developmentproduction
  • The credential's stable identifier — the same value that appears in the middle of the bearer token.

  • The name you gave the credential, unique within its environment. How you tell credentials apart once the secret can no longer be read.

  • The non-secret leading part of the bearer token, safe to display.

  • When the credential was revoked, or null if it is still active.

  • The person who revoked the credential, or null if it is still active.

    Properties: 3
  • active until revoked; revoked credentials keep appearing here as the audit trail.

    values
    activerevoked