AccountSetPasswordRequested
Event sent when setting a new password is requested.
Added in Saleor 3.15type AccountSetPasswordRequested implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
redirectUrl: String
user: User
channel: Channel
token: String
shop: Shop
}
Fields
AccountSetPasswordRequested.issuedAt ● DateTime scalar
Time of the event.
AccountSetPasswordRequested.version ● String scalar
Saleor version that triggered the event.
AccountSetPasswordRequested.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
AccountSetPasswordRequested.recipient ● App object
The application receiving the webhook.
AccountSetPasswordRequested.redirectUrl ● String scalar
The URL to redirect the user after he accepts the request.
AccountSetPasswordRequested.user ● User object
The user the event relates to.
AccountSetPasswordRequested.channel ● Channel object
The channel data.
AccountSetPasswordRequested.token ● String scalar
The token required to confirm request.
AccountSetPasswordRequested.shop ● Shop object
Shop data.