Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 722 Bytes

OAuth2Client.md

File metadata and controls

14 lines (11 loc) · 722 Bytes

OAuth2Client

Properties

Name Type Description Notes
client_id str OAuth2 client identifier (Client ID) [optional]
client_secret str OAuth2 client secret [optional]
redirect_uri str Redirect URI (OAuth2 callback) [optional]
scope str Comma separated OAuth2 scopes [optional]
bconsole_cfg_path str Dedicated Bconsole configuration file [optional]
name str OAuth2 client name (optional) [optional]

[Back to Model list] [Back to API list] [Back to README]