Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 995 Bytes

OAuth2AuthorizedClientRequest.md

File metadata and controls

17 lines (14 loc) · 995 Bytes

# OAuth2AuthorizedClientRequest

Properties

Name Type Description Notes
access_token_expires_at \DateTime When the Access Token expires [optional]
access_token_issued_at \DateTime When the Access Token was issued [optional]
access_token_scopes string The Access Token scopes [optional]
access_token_type string The Access Token Type [optional]
access_token_value string The Access Token Value [optional]
client_registration_id string The Client Registration Id [optional]
principal_name string The Principal Name [optional]
refresh_token_issued_at \DateTime When the Access Token was issued [optional]
refresh_token_value string The Refresh Token Value [optional]

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