Module: Nis::Endpoint::Account::Unlock

Included in:
Nis
Defined in:
lib/nis/endpoint/account/unlock.rb

Instance Method Summary collapse

Instance Method Details

#account_unlock(private_key:) ⇒ nil

Parameters:

  • private_key (String)

Returns:

  • (nil)

See Also:



6
7
8
# File 'lib/nis/endpoint/account/unlock.rb', line 6

def (private_key:)
  request!(:post, '/account/unlock', value: private_key)
end