Operations addressed under /auth — 3 operations.
aurax-bnpl-bff-service-pwf-activation
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target pwf-activation; this entry declares none of its own.
Response body, read from the service source
The route declares its response as PwfActivationDto.
| Field | Declared type | Nullable |
|---|---|---|
EncryptedCredentials | string | no |
CustomerId | int | no |
FirstName | string | no |
LastName | string | no |
PhoneNumber | string | no |
Username | string | no |
SmsSuccess | bool | no |
IsTempPassword | bool | no |
CustomerIdGuid | Guid | no |
Success | bool | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_AURAX_28 | 400 | CREDENTIAL_IS_NOT_VALID | User name or password is not correct. |
ERR_AURAX_43 | 400 | PHONE_NUMBER_NOT_FOUND | not published in this snapshot |
ERR_AURAX_49 | 400 | USERNAME_NOT_NUMBER | not published in this snapshot |
aurax-bnpl-bff-service-pwf-activation › Request Body
applicationNamepassworduserIdentifieraurax-bnpl-bff-service-pwf-activation › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-bnpl-bff-service-pwf-login
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target bnpl-pwf-login; this entry declares none of its own.
Response body, read from the service source
The route declares its response as PwfLoginDto.
| Field | Declared type | Nullable |
|---|---|---|
AccessToken | string | no |
ExpiresIn | int | no |
RefreshExpiresIn | int | no |
RefreshToken | string | no |
TokenType | string | no |
SessionState | string | no |
Scope | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_AURAX_49 | 400 | USERNAME_NOT_NUMBER |
aurax-bnpl-bff-service-pwf-login › Request Body
applicationNamesloginOtppassworduserIdentifieraurax-bnpl-bff-service-pwf-login › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-bnpl-bff-service-pwf-reset-pass
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target pwf-activation; this entry declares none of its own.
Response body, read from the service source
The route declares its response as PwfActivationDto.
| Field | Declared type | Nullable |
|---|---|---|
EncryptedCredentials | string | no |
CustomerId | int | no |
FirstName | string | no |
LastName | string | no |
PhoneNumber | string | no |
Username | string | no |
SmsSuccess | bool | no |
IsTempPassword | bool | no |
CustomerIdGuid | Guid | no |
Success | bool | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_AURAX_28 | 400 | CREDENTIAL_IS_NOT_VALID | User name or password is not correct. |
ERR_AURAX_43 | 400 | PHONE_NUMBER_NOT_FOUND | not published in this snapshot |
ERR_AURAX_49 | 400 | USERNAME_NOT_NUMBER | not published in this snapshot |
aurax-bnpl-bff-service-pwf-reset-pass › Request Body
applicationNamepassworduserIdentifieraurax-bnpl-bff-service-pwf-reset-pass › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.