mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
5 lines
119 B
Ruby
5 lines
119 B
Ruby
object @app
|
|
attributes :id, :redirect_uri
|
|
node(:client_id) { |app| app.uid }
|
|
node(:client_secret) { |app| app.secret }
|