Class: AuthRocket::ClientApp
- Inherits:
-
Resource
- Object
- Resource
- AuthRocket::ClientApp
- Defined in:
- lib/authrocket/client_app.rb
Instance Attribute Summary collapse
-
#allowed_scopes ⇒ Object
readonly
oauth2:.
-
#app_type ⇒ Object
readonly
oauth2:.
-
#client_type ⇒ Object
readonly
Returns the value of attribute client_type.
-
#logo ⇒ Object
readonly
oauth2:.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#redirect_uris ⇒ Object
readonly
Returns the value of attribute redirect_uris.
-
#secret ⇒ Object
readonly
oauth2:.
-
#state ⇒ Object
readonly
standard:.
-
#trusted ⇒ Object
readonly
oauth2:.
Instance Attribute Details
#allowed_scopes ⇒ Object (readonly)
oauth2:
11 12 13 |
# File 'lib/authrocket/client_app.rb', line 11 def allowed_scopes @allowed_scopes end |
#app_type ⇒ Object (readonly)
oauth2:
11 12 13 |
# File 'lib/authrocket/client_app.rb', line 11 def app_type @app_type end |
#client_type ⇒ Object (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 |
#logo ⇒ Object (readonly)
oauth2:
11 12 13 |
# File 'lib/authrocket/client_app.rb', line 11 def logo @logo end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
7 8 9 |
# File 'lib/authrocket/client_app.rb', line 7 def name @name end |
#redirect_uris ⇒ Object (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 |
#secret ⇒ Object (readonly)
oauth2:
11 12 13 |
# File 'lib/authrocket/client_app.rb', line 11 def secret @secret end |
#state ⇒ Object (readonly)
standard:
9 10 11 |
# File 'lib/authrocket/client_app.rb', line 9 def state @state end |
#trusted ⇒ Object (readonly)
oauth2:
11 12 13 |
# File 'lib/authrocket/client_app.rb', line 11 def trusted @trusted end |