Better to used store_registration_info.

This commit is contained in:
Roland Hedberg 2014-12-16 13:08:38 +01:00
parent a059ea050e
commit 342d88e8d9
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ Likewise if the client registration has been done out-of-band::
info = {"client_id": "1234567890", "client_secret": "abcdefghijklmnop"}
client_reg = RegistrationResponse(**info)
client.client_info = client_reg
client.store_registration_info(client_reg)
Authorization query