PasswordResetPayload
Payload returned after successfully resetting a password.
type PasswordResetPayload {
authenticationToken: String
refreshToken: String
success: Boolean
}
Fields
PasswordResetPayload.authenticationToken ● String scalar
The new authentication token for auto-login after password reset.
PasswordResetPayload.refreshToken ● String scalar
The new refresh token for auto-login after password reset.
PasswordResetPayload.success ● Boolean scalar
Whether the password was successfully reset.
Returned By
resetPassword mutation