Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 612 Bytes

TokenRequest.md

File metadata and controls

16 lines (8 loc) · 612 Bytes

TokenRequest

A request from a user for an api token

Properties

Name Type Description Notes
expires OffsetDateTime Expiration date for token, if empty token defaults to 30 minutes [optional]
name String Optional name for token, if the name already exists for the user it will be auto incremented (i.e. myToken-1) [optional]
scope List<TokenScope> Optional scope to limit token, defaults to all permissions, current supported values are password_reset or * [optional]