MergeHRISClient.Api.RegenerateKey.regenerate_key_create
You're seeing just the function
regenerate_key_create
, go back to MergeHRISClient.Api.RegenerateKey module for more information.
Link to this function
regenerate_key_create(connection, authorization, remote_key_for_regeneration_request, opts \\ [])
View SourceSpecs
regenerate_key_create( Tesla.Env.client(), String.t(), MergeHRISClient.Model.RemoteKeyForRegenerationRequest.t(), keyword() ) :: {:ok, MergeHRISClient.Model.RemoteKey.t()} | {:error, Tesla.Env.t()}
Exchange remote keys.
Parameters
- connection (MergeHRISClient.Connection): Connection to server
- authorization (String.t): Should include 'Bearer ' followed by your production API Key.
- remote_key_for_regeneration_request (RemoteKeyForRegenerationRequest):
- opts (KeywordList): [optional] Optional parameters
Returns
on success {:error, Tesla.Env.t} on failure