Class: Rack::OAuth2::Server::Authorize::Extension::IdToken::Response

Inherits:
Authorize::Response
  • Object
show all
Includes:
IdTokenResponse
Defined in:
lib/rack/oauth2/server/authorize/extension/id_token.rb

Instance Method Summary collapse

Methods included from IdTokenResponse

included

Instance Method Details

#protocol_paramsObject



39
40
41
42
43
# File 'lib/rack/oauth2/server/authorize/extension/id_token.rb', line 39

def protocol_params
  super.merge(
    :id_token => jwt_string
  )
end

#protocol_params_locationObject



35
36
37
# File 'lib/rack/oauth2/server/authorize/extension/id_token.rb', line 35

def protocol_params_location
  :fragment
end