0
我有延長AuthRequest的的getMessage consumer.AuthRequest是將openid_shutdown_ack添加到請求
這是對象我得到這個正確的方法。我所添加的參數openid_shutdown_ack
<openid.message.Message {...(<Symbol Bare namespace>, 'openid_shutdown_ack'): '2015-04-20', ('http://openid.net/extensions/sreg/1.1', 'optional'): 'nickname,fullname,postcode,country,language,timezone', ('http://openid.net/srv/ax/1.0', 'type.country'): 'http://axschema.org/contact/country/home', ('http://specs.openid.net/auth/2.0', 'mode'): 'checkid_setup', ('http://openid.net/srv/ax/1.0', 'type.timezone'): 'http://axschema.org/pref/timezone', ('http://openid.net/srv/ax/1.0', 'required'): 'email', ('http://openid.net/srv/ax/1.0', 'type.email'): 'http://axschema.org/contact/email'}>
此消息將被轉換爲request.htmlMarkup(境界,redirect_to的),併發送給Google之前被去除的值。
這是將此遷移參數發送給Google的正確方法嗎?