Module: RubyLokaliseApi::Rest::Jwt
- Included in:
- Client
- Defined in:
- lib/ruby_lokalise_api/rest/jwt.rb
Instance Method Summary collapse
-
#jwt ⇒ RubyLokaliseApi::Resources::Jwt
Returns a JWT that can be used to work with OTA.
Instance Method Details
#jwt ⇒ RubyLokaliseApi::Resources::Jwt
Returns a JWT that can be used to work with OTA
10 11 12 |
# File 'lib/ruby_lokalise_api/rest/jwt.rb', line 10 def jwt c_r RubyLokaliseApi::Resources::Jwt, :find, nil, {} end |