SecureBlackbox 2020 Python Edition

Questions / Feedback?

client_secret Property

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

Syntax

def get_client_secret() -> str: ...
def set_client_secret(value: str) -> None: ...

client_secret = property(get_client_secret, set_client_secret)

Default Value

""

Remarks

Use this property to specify client secret of the application.

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