SecureBlackbox 2020 Python Edition

Questions / Feedback?

scope Property

The scope of the request to be authorized.

Syntax

def get_scope() -> str: ...
def set_scope(value: str) -> None: ...

scope = property(get_scope, set_scope)

Default Value

""

Remarks

Use this property to specify the scope of the request to the protected resource.

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