A developer creates a token using the 'token create' command with the 'period=24h' flag. What type of token is created?
The period flag creates a periodic token.
Why this answer
Option B is correct. A token created with a 'period' becomes a periodic token, which is a subtype of service token that does not have a TTL but instead has a period. Option A is wrong because batch tokens are created with '-type=batch'.
Option C is wrong because orphan is a property, not a type. Option D is wrong because it is not a root token.