Interface: Token
Defined in: model/token.ts:8
Contains the response to a Create Secret Token request.
Export
Token
Properties
detail?
optional
detail:string
[]
Defined in: model/token.ts:20
An array of strings, where each string is a human-readable description of the request’s outcome.
Memberof
Token
status?
optional
status:number
Defined in: model/token.ts:14
A repetition of the HTTP status code returned in the response parameters, which indicates the outcome of the request.
Memberof
Token