Class ByProjectKeyCustomersPasswordTokenRequestBuilder
Properties
Protected
Readonly
args
args: { baseUri?: string; executeRequest: executeRequest; pathArgs: { projectKey: string; }; } Type declaration
Optional
baseUri?: string
pathArgs: {
projectKey: string;
}
Methods
post
- post(methodArgs): ApiRequest<CustomerToken>
Parameters
- methodArgs: {
body: CustomerCreatePasswordResetToken;
headers?: {
[key: string]: string | string[];
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]