LegacyGoogleAuthEnvelope
Schema: LegacyGoogleAuthEnvelope
OpenAPI Specification
yaml
openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths: {}
components:
schemas:
LegacyGoogleAuthEnvelope:
type: object
description: OptGoogleAuth PHP-compatible envelope (fields are not code/respMsg)
properties:
status:
type: integer
enum:
- 110
- 1209
description: 110=Google Auth code required; 1209=Google Auth verification failed
msg:
type: string
description: Message text
data:
description: Usually null
type: 'null'
x-apifox-orders:
- status
- msg
- data
x-apifox-folder: ''
securitySchemes: {}
servers: []
security: []