Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 3.15 KB

File metadata and controls

23 lines (19 loc) · 3.15 KB

Client

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated datetime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]
client_id str { "description" : "ID of the OAuth2 client.", "verbs":["POST","PUT","GET"] } [optional]
client_secret str { "description" : "Unique Client Secret of the client. This is used as the OAuth2 Client secret", "verbs":["POST","PUT","GET"] }
organization_id str { "description" : "Organization associated with the client.", "verbs":["POST","PUT","GET"] }
scope str { "description" : "Scopes associated with the client.", "verbs":["POST","PUT","GET"] }
resource_ids str { "description" : "Resources associated with the client.", "verbs":["POST","PUT","GET"] }
authorized_grant_types str { "description" : "Oauth2 Grant Types which may be used when authenticating with the client.", "verbs":["POST","PUT","GET"] }
registered_redirect_uris str { "description" : "Registered Redirect URIs associated with the client.", "verbs":["POST","PUT","GET"] }
authorities str { "description" : "Authorities associated with the client.", "verbs":["POST","PUT","GET"] }
access_token_validity_seconds int { "description" : "The amount of time in seconds that an access token for the client is valid.", "verbs":["POST","PUT","GET"] }
refresh_token_validity_seconds int { "description" : "The amount of time in seconds that a refresh token for the client is valid.", "verbs":["POST","PUT","GET"] }
deleted bool { "description" : "Indicates if a client has been retired. If a client has been retired it can still be retrieved using the appropriate flag on API requests.", "verbs":["POST","PUT","GET"] } [default to False]

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