http_errors/not_authenticated
Api Code Documentation / Exports / http_errors/not_authenticated
#
Table of contents#
Variables#
Variables#
schema• Const
schema: Object
#
Type declarationName | Type |
---|---|
description | string |
properties | { apiVersion : { example : string = "1.0"; type : string = "string" } ; error : { properties : { code : { example : string = "401"; type : string = "string" } ; message : { example : string = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; type : string = "string" } } ; type : string = "object" } } |
properties.apiVersion | { example : string = "1.0"; type : string = "string" } |
properties.apiVersion.example | string |
properties.apiVersion.type | string |
properties.error | { properties : { code : { example : string = "401"; type : string = "string" } ; message : { example : string = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; type : string = "string" } } ; type : string = "object" } |
properties.error.properties | { code : { example : string = "401"; type : string = "string" } ; message : { example : string = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; type : string = "string" } } |
properties.error.properties.code | { example : string = "401"; type : string = "string" } |
properties.error.properties.code.example | string |
properties.error.properties.code.type | string |
properties.error.properties.message | { example : string = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; type : string = "string" } |
properties.error.properties.message.example | string |
properties.error.properties.message.type | string |
properties.error.type | string |
type | string |