From 342d88e8d9cabc886c0795ee12018a27cc51d898 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Tue, 16 Dec 2014 13:08:38 +0100 Subject: [PATCH] Better to used store_registration_info. --- doc/howto/rp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/howto/rp.rst b/doc/howto/rp.rst index bd1f12a..bd2da2c 100644 --- a/doc/howto/rp.rst +++ b/doc/howto/rp.rst @@ -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