class Osso::GraphQL::Types::OauthClient
Public Class Methods
Public Instance Methods
client_id()
click to toggle source
# File lib/osso/graphql/types/oauth_client.rb, line 17 def client_id object.identifier end
client_secret()
click to toggle source
# File lib/osso/graphql/types/oauth_client.rb, line 21 def client_secret object.secret end