Module: Ruby::Identitas::Endpoints::TokenStatus
- Included in:
- Main
- Defined in:
- lib/ruby/identitas/endpoints/token_status.rb
Instance Method Summary collapse
Instance Method Details
#token_status(options = {}) ⇒ Object
5 6 7 8 9 |
# File 'lib/ruby/identitas/endpoints/token_status.rb', line 5 def token_status( = {}) .merge!({access_token: @token}) endpoint = build_endpoint("/v1/token_status") self.class.get(endpoint, query: ) end |