Cloud Keys 2020 Python Edition

Questions / Feedback?

client_secret Property

The secret value for the client assigned when registering the application.

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

This property holds the secret of the client that was assigned when initially registering the application with the authorization server. This value must be specified before calling get_authorization or get_authorization_url.

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