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.
Aliased Typeยง
pub struct AccessTokenId(/* private fields */);pub type AccessTokenId = AccessTokenIdStr<IdProps>;Access token ID.
Note: It must be unique to the account and between 1 and 96 bytes in length.
pub struct AccessTokenId(/* private fields */);