OBJECT
TOKEN
link GraphQL Schema definition
- type TOKEN {
- : SUBJECT
- : DateTime
- # The identifier of the token generator
- : String
- : DateTime
- : SUBJECT
- : DateTime
- : Long
- : DateTime
- : SUBJECT
- # The interval or step time is the time in seconds after which the generator
- # creates a new token.
- : Int
- : SUBJECT
- : DateTime
- # The secret seed value of the token generator, cannot be viewed or modified once
- # a token has been stored.
- : String
- : SUBJECT
- : Long
- }