AccessTokenId

Type Alias AccessTokenId 

Source
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 */);