struct

App::OAuthApplications::ClientWithSecret

Inherits JSON::Serializable < Struct < Value < Object

Response class for returning client with secret (only used once at creation/regeneration)

Constructors

new(app : Models::OAuthClient, client_secret : String)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

active
Source
client_secret
Source
created_at
Source
grant_types
Source
name
Source
organization_id
Source
redirect_uris
Source
scopes
Source
updated_at
Source