| 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] |