---
$schema: "http://json-schema.org/draft-04/schema#"
title: OAuthAuthorization
type: object
description: |
properties:
  apitoken:
    type: string
  apisecret:
    type: string
  accesstoken:
    type: string
  accesssecret:
    type: string
