View Source SmartToken (smart_token v0.1.0)
Summary
Types
@type t() :: %SmartToken{ access_history: term(), active: boolean(), context: term(), extended_info: term(), identifier: integer(), kind: term(), owner: term(), permissions: term(), resource: term(), scope: term(), state: term(), template: term(), token_a: bitstring() | :generate, token_b: bitstring() | :generate, type: term(), validity_period: term(), vsn: term() }
Functions
Create a new account verification token.
Create a new token with the given settings.