View Source Pow.UUID (Pow v1.0.38)

Module to generate UUID binary.

The token generation code is pulled from https://github.com/elixir-ecto/ecto/blob/v2.2.10/lib/ecto/uuid.ex#L1, and is under Apache 2 license.

Summary

Functions

Generates a UUID binary.

Functions

@spec generate() :: binary()

Generates a UUID binary.