Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
51 lines (36 loc) · 1.19 KB

File metadata and controls

51 lines (36 loc) · 1.19 KB
code type title description
true
page
createMyCredentials
Create the current user's credentials for the specified `<strategy>`.

createMyCredentials

Create the current user's credentials for the specified <strategy>.

Signature

public String createMyCredentials(
  String,
  String,
  io.kuzzle.sdk.QueryOptions
);
public String createMyCredentials(
  String,
  String
);

Arguments

Arguments Type Description
content String the new credentials
options io.kuzzle.sdk.QueryOptions An object containing query options

Options

Additional query options

Property Type Description Default
queuable boolean Make this request queuable or not true

Return

A User object.

Exceptions

Throws a io.kuzzle.sdk.KuzzleException if there is an error. See how to handle error.

Usage

<<< ./snippets/create-my-credentials.java