GraphQL API

GraphQL API

Latest Poppulo platform GraphQL API

OAuthClient

Type to represent an OAuth Client

Fields

  • id

    ID

    Id of the client, this is generate by curity on a create

  • secret

    String

    Client secret, can be a partial secret or a full secret

  • name

    String

    Friendly name for the client

  • description

    String

    Description of client usage

  • createdAt

    EpochMillis

    When the client was created

  • updatedAt

    EpochMillis

    When the client was updated last