SecureBlackbox 2020 Python Edition

Questions / Feedback?

client_id Property

Client ID of the application which needs access to the protected resource.

Syntax

def get_client_id() -> str: ...
def set_client_id(value: str) -> None: ...

client_id = property(get_client_id, set_client_id)

Default Value

""

Remarks

Use this property to specify the client ID of the application.

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