Class: Authlete::Model::Request::RevocationRequest

Inherits:
Base
  • Object
show all
Defined in:
lib/authlete/model/request/revocation-request.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#clientIdObject Also known as: client_id

Returns the value of attribute clientId.



25
26
27
# File 'lib/authlete/model/request/revocation-request.rb', line 25

def clientId
  @clientId
end

#clientSecretObject Also known as: client_secret

Returns the value of attribute clientSecret.



29
30
31
# File 'lib/authlete/model/request/revocation-request.rb', line 29

def clientSecret
  @clientSecret
end

#parametersObject

Returns the value of attribute parameters.



23
24
25
# File 'lib/authlete/model/request/revocation-request.rb', line 23

def parameters
  @parameters
end