mirror of
https://github.com/mastodon/mastodon
synced 2024-12-14 14:48:27 +09: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 }
|