Live Authentication Views
-
class LiveAuthenticationComplete(profile=None, credentials=None)[source]
Bases: velruse.AuthenticationComplete
Live Connect auth complete
-
includeme(config)[source]
-
add_live_login(config, consumer_key, consumer_secret, scope=None, login_path='/login/live', callback_path='/login/live/callback', name='live')[source]
Add a Live login provider to the application.
-
add_live_login_from_settings(config, prefix='velruse.live.')[source]