Skip to content

client_secret_expires_at returns an Int not String #1577

Open
@anosidium

Description

@anosidium

The documentation states that client_secret_expires_at attribute returns a String but the JSON response returns an Int.

{
  "id": "...",
  "name": "MyApp",
  "website": "https://www.example.com",
  "scopes": [
    "read",
    "write",
    "push"
  ],
  "redirect_uris": [
    "https://app.example/callback"
  ],
  "vapid_key": "...",
  "redirect_uri": "https://app.example/callback",
  "client_id": "...",
  "client_secret": "...",
  "client_secret_expires_at": 0
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions