PeerTube · Schema

RequestTwoFactorResponse

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming

Properties

Name Type Description
otpRequest object
View JSON Schema on GitHub

JSON Schema

RequestTwoFactorResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/RequestTwoFactorResponse.json",
  "title": "RequestTwoFactorResponse",
  "properties": {
    "otpRequest": {
      "type": "object",
      "properties": {
        "requestToken": {
          "type": "string",
          "description": "The token to send to confirm this request"
        },
        "secret": {
          "type": "string",
          "description": "The OTP secret"
        },
        "uri": {
          "type": "string",
          "description": "The OTP URI"
        }
      }
    }
  }
}