IPWorks Auth 2020 Python Edition

Questions / Feedback?

server_user_info_url Property

The URL of the OpenID provider's user info endpoint.

Syntax

def get_server_user_info_url() -> str: ...
def set_server_user_info_url(value: str) -> None: ...

server_user_info_url = property(get_server_user_info_url, set_server_user_info_url)

Default Value

""

Remarks

This property holds the URL of the OpenID provider's user info endpoint. This value is required when calling get_user_info.

This property is populated when get_discovery_doc is called.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Python Edition - Version 20.0 [Build 8155]