Class: AuthRocket::ClientApp

Inherits:
Resource
  • Object
show all
Defined in:
lib/authrocket/client_app.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_scopesObject (readonly)

oauth2:



11
12
13
# File 'lib/authrocket/client_app.rb', line 11

def allowed_scopes
  @allowed_scopes
end

#app_typeObject (readonly)

oauth2:



11
12
13
# File 'lib/authrocket/client_app.rb', line 11

def app_type
  @app_type
end

#client_typeObject (readonly)

Returns the value of attribute client_type.



7
8
9
# File 'lib/authrocket/client_app.rb', line 7

def client_type
  @client_type
end

#logoObject (readonly)

oauth2:



11
12
13
# File 'lib/authrocket/client_app.rb', line 11

def 
  @logo
end

#nameObject (readonly)

Returns the value of attribute name.



7
8
9
# File 'lib/authrocket/client_app.rb', line 7

def name
  @name
end

#redirect_urisObject (readonly)

Returns the value of attribute redirect_uris.



7
8
9
# File 'lib/authrocket/client_app.rb', line 7

def redirect_uris
  @redirect_uris
end

#secretObject (readonly)

oauth2:



11
12
13
# File 'lib/authrocket/client_app.rb', line 11

def secret
  @secret
end

#stateObject (readonly)

standard:



9
10
11
# File 'lib/authrocket/client_app.rb', line 9

def state
  @state
end

#trustedObject (readonly)

oauth2:



11
12
13
# File 'lib/authrocket/client_app.rb', line 11

def trusted
  @trusted
end