mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
5 lines
106 B
Ruby
5 lines
106 B
Ruby
Fabricator :accessible_access_token, from: :access_token do
|
|
expires_in { nil }
|
|
revoked_at { nil }
|
|
end
|