mirror of
https://github.com/whippyshou/mastodon
synced 2024-12-04 17:58:44 +09:00
5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
|
object @app
|
||
|
attributes :id, :redirect_uri
|
||
|
node(:client_id) { |app| app.uid }
|
||
|
node(:client_secret) { |app| app.secret }
|