okta v0.1.0 Okta View Source

Link to this section Summary

Link to this section Types

Link to this type

result()

View Source
result() :: {:ok, map(), Tesla.Env.t()} | {:error, map(), any()}

Link to this section Functions

Link to this function

client(base_url, api_key)

View Source
client(String.t(), String.t()) :: client()
Link to this function

result(arg)

View Source
result({:ok, Tesla.Env.t()}) :: result()
result({:ok, Tesla.Env.t()}) :: result()
result({:error, any()}) :: result()