pub type AccessTokenId = AccessTokenIdStr<IdProps>;Expand description
Access token ID.
Note: It must be unique to the account and between 1 and 96 bytes in length, and must not contain NUL bytes.
Aliased Typeยง
pub struct AccessTokenId(/* private fields */);