Class: Rack::OAuth2::Server::Authorize::Extension::CodeAndIdToken::Response
- Inherits:
-
Authorize::Code::Response
- Object
- Authorize::Code::Response
- Rack::OAuth2::Server::Authorize::Extension::CodeAndIdToken::Response
- Includes:
- IdTokenResponse
- Defined in:
- lib/rack/oauth2/server/authorize/extension/code_and_id_token.rb
Instance Method Summary collapse
Methods included from IdTokenResponse
Instance Method Details
#protocol_params ⇒ Object
31 32 33 |
# File 'lib/rack/oauth2/server/authorize/extension/code_and_id_token.rb', line 31 def protocol_params protocol_params_without_id_token end |
#redirect_uri_with_credentials_with_id_token ⇒ Object
35 36 37 38 39 40 41 |
# File 'lib/rack/oauth2/server/authorize/extension/code_and_id_token.rb', line 35 def redirect_uri_with_credentials_with_id_token _redirect_uri_ = URI.parse redirect_uri_with_credentials_without_id_token _redirect_uri_.fragment = { :id_token => jwt_string }.to_query _redirect_uri_.to_s end |