MergeHRISClient.Api.AccountToken (MergeHRISClient v1.0.2) View Source

API calls for all endpoints tagged AccountToken.

Link to this section Summary

Functions

Returns the account token for the end user with the provided public token.

Link to this section Functions

Link to this function

account_token_retrieve(connection, public_token, opts \\ [])

View Source

Specs

account_token_retrieve(Tesla.Env.client(), String.t(), keyword()) ::
  {:ok, MergeHRISClient.Model.AccountToken.t()} | {:error, Tesla.Env.t()}

Returns the account token for the end user with the provided public token.

Parameters

  • connection (MergeHRISClient.Connection): Connection to server
  • public_token (String.t):
  • opts (KeywordList): [optional] Optional parameters

    Returns

on success {:error, Tesla.Env.t} on failure