Class: Authlete::Model::Request::ClientSecretUpdateRequest

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

Instance Attribute Summary collapse

Method Summary

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#clientSecretObject Also known as: client_secret

Returns the value of attribute clientSecret.



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

def clientSecret
  @clientSecret
end