View Source KratosPlug.KratosClient behaviour (kratos_plug v0.1.0)
Behaviour to implement a Kratos session request.
Link to this section Summary
Link to this section Callbacks
@callback who_am_i(KratosPlug.Identifiers.t(), KratosPlug.Config.Options.t()) :: {:ok, map()} | {:error, binary()} | {:error, map()}