{
  "friendlyName": "RefreshTokenRequest",
  "kind": "SchemaRootObject",
  "name": "RefreshTokenRequest",
  "properties": [
    {
      "description": "Background",
      "friendlyName": "Background",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "background",
      "underlyingName": "Background",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    },
    {
      "description": "Grant type",
      "friendlyName": "Grant type",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "grant_type",
      "underlyingName": "GrantType",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Refresh token",
      "friendlyName": "Refresh token",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "refresh_token",
      "underlyingName": "RefreshToken",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Scope",
      "friendlyName": "Scope",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "scope",
      "underlyingName": "Scope",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    }
  ],
  "underlyingType": "RefreshTokenRequest",
  "underlyingTypeRef": "RefreshTokenRequest"
}