IPWorks Auth 2020 Python Edition

Questions / Feedback?

authorization_scope Property

The authorization scope used during authorization.

Syntax

def get_authorization_scope() -> str: ...
def set_authorization_scope(value: str) -> None: ...

authorization_scope = property(get_authorization_scope, set_authorization_scope)

Default Value

"openid"

Remarks

This property specifies the authorization scopes sent in the authorization request. The value specified here must be a space separated list of scopes. For instance openid profile email.

The openid scope is always required to be present. The default value is openid.

After calling get_authorization this property will be updated with the scope sent in the response from the server and will indicate the scope that was actually granted.

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