Represents a token in the Appwrite system.
id
String.t
created_at
@type t() :: %Appwrite.Types.Token{ created_at: String.t(), expire: String.t(), id: String.t(), phrase: String.t(), secret: String.t(), user_id: String.t() }