Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.02 KB

File metadata and controls

17 lines (13 loc) · 1.02 KB

OAuthApp

Properties

Name Type Description Notes
oauth_app_id string OAuth App Identifier [optional]
oauth_app_name string OAuth App Name [optional]
owner_user_id int OAuth App owner user identifier [optional]
logo_uri string OAuth App logo uri [optional]
flow string Supported OpenID Connect flows [optional]
refresh_token_usage string ReUse: the refresh token handle will stay the same when refreshing tokens OneTime: the refresh token handle will be updated when refreshing tokens [optional]
access_token_lifetime int Timem it takes for the IdentityToken to expire in seconds [optional]
absolute_refresh_token_lifetime int Maximum lifetime of a refresh token in seconds [optional]

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