Class: Authlete::Model::Response::GrantedScopesGetResponse

Inherits:
Authlete::Model::Result show all
Defined in:
lib/authlete/model/response/granted-scopes-get-response.rb

Instance Attribute Summary collapse

Attributes inherited from Authlete::Model::Result

#resultCode, #resultMessage

Method Summary

Methods included from Utility

#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate

Methods inherited from Base

parse

Instance Attribute Details

#clientIdObject Also known as: client_id

Returns the value of attribute clientId.



27
28
29
# File 'lib/authlete/model/response/granted-scopes-get-response.rb', line 27

def clientId
  @clientId
end

#latestGrantedScopesObject Also known as: latest_granted_scopes

Returns the value of attribute latestGrantedScopes.



33
34
35
# File 'lib/authlete/model/response/granted-scopes-get-response.rb', line 33

def latestGrantedScopes
  @latestGrantedScopes
end

#mergedGrantedScopesObject Also known as: merged_granted_scopes

Returns the value of attribute mergedGrantedScopes.



37
38
39
# File 'lib/authlete/model/response/granted-scopes-get-response.rb', line 37

def mergedGrantedScopes
  @mergedGrantedScopes
end

#modifiedAtObject Also known as: modified_at

Returns the value of attribute modifiedAt.



41
42
43
# File 'lib/authlete/model/response/granted-scopes-get-response.rb', line 41

def modifiedAt
  @modifiedAt
end

#serviceApiKeyObject Also known as: service_api_key

Returns the value of attribute serviceApiKey.



23
24
25
# File 'lib/authlete/model/response/granted-scopes-get-response.rb', line 23

def serviceApiKey
  @serviceApiKey
end

#subjectObject

Returns the value of attribute subject.



31
32
33
# File 'lib/authlete/model/response/granted-scopes-get-response.rb', line 31

def subject
  @subject
end