D2lvalenceElixir.Auth.fashion_user_context

You're seeing just the function fashion_user_context, go back to D2lvalenceElixir.Auth module for more information.
Link to this function

fashion_user_context(options \\ [])

View Source

Specs

fashion_user_context(
  %{app_id: String.t(), app_key: String.t(), d2l_user_context_props_dict: %{}}
  | []
) ::
  {:error, String.t()}
  | {:ok,
     %D2lvalenceElixir.Auth.D2LUserContext{
       anonymous: false | true,
       app_id: String.t(),
       app_key: String.t(),
       encrypt_requests: true | false,
       host: String.t(),
       scheme: String.t(),
       server_skew: String.t(),
       user_id: String.t(),
       user_key: String.t()
     }}