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

Latest commit

 

History

History
21 lines (18 loc) · 3.04 KB

File metadata and controls

21 lines (18 loc) · 3.04 KB

Bfwd::Client

Properties

Name Type Description Notes
created DateTime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by String { "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 String { "description" : "ID of the OAuth2 client.", "verbs":["POST","PUT","GET"] } [optional]
client_secret String { "description" : "Unique Client Secret of the client. This is used as the OAuth2 Client secret", "verbs":["POST","PUT","GET"] }
organization_id String { "description" : "Organization associated with the client.", "verbs":["POST","PUT","GET"] }
scope String { "description" : "Scopes associated with the client.", "verbs":["POST","PUT","GET"] }
resource_ids String { "description" : "Resources associated with the client.", "verbs":["POST","PUT","GET"] }
authorized_grant_types String { "description" : "Oauth2 Grant Types which may be used when authenticating with the client.", "verbs":["POST","PUT","GET"] }
registered_redirect_uris String { "description" : "Registered Redirect URIs associated with the client.", "verbs":["POST","PUT","GET"] }
authorities String { "description" : "Authorities associated with the client.", "verbs":["POST","PUT","GET"] }
access_token_validity_seconds Integer { "description" : "The amount of time in seconds that an access token for the client is valid.", "verbs":["POST","PUT","GET"] }
refresh_token_validity_seconds Integer { "description" : "The amount of time in seconds that a refresh token for the client is valid.", "verbs":["POST","PUT","GET"] }
deleted BOOLEAN { "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]