UeberauthOidcc (ueberauth_oidcc v0.2.0)

Documentation for UeberauthOidcc.

Summary

Functions

Create a logout URL for a given Ueberauth.Auth.t/0 struct.

Functions

Link to this function

initiate_logout_url(auth, opts \\ %{})

@spec initiate_logout_url(
  auth :: Ueberauth.Auth.t(),
  opts :: :oidcc_logout.initiate_url_opts() | :oidcc_client_context.opts()
) :: {:ok, String.t()} | {:error, term()}

Create a logout URL for a given Ueberauth.Auth.t/0 struct.

Also takes a an map of query parameters to append to the URL.