Normalizes space-delimited OAuth scopes against an explicit catalogue.
Summary
Functions
@spec normalize(term(), [String.t()], keyword()) :: {:ok, String.t()} | {:error, TamaOAuth.Error.t()}
@spec parse(term(), [String.t()], keyword()) :: {:ok, [String.t()]} | {:error, TamaOAuth.Error.t()}