Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.02 KB

File metadata and controls

16 lines (13 loc) · 1.02 KB

Flipdish.Model.OAuthApp

Properties

Name Type Description Notes
OauthAppId string OAuth App Identifier [optional]
OauthAppName string OAuth App Name [optional]
OwnerUserId int? OAuth App owner user identifier [optional]
LogoUri string OAuth App logo uri [optional]
Flow string Supported OpenID Connect flows [optional]
RefreshTokenUsage 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]
AccessTokenLifetime int? Timem it takes for the IdentityToken to expire in seconds [optional]
AbsoluteRefreshTokenLifetime int? Maximum lifetime of a refresh token in seconds [optional]

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